#ED83A0

Color #ED83A0 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED83A0

Tints of Carissma #ED83A0

Color information

#ED83A0 (or 0xED83A0) is unknown color: approx Carissma. HEX triplet: ED, 83 and A0. RGB value is (237,131,160). Sum of RGB (Red+Green+Blue) = 237+131+160=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED83A0 is #127C5F. Grayscale: #A5A5A5. Windows color (decimal): -1211488 or 10519533. OLE color: 10519533.

HSL color Cylindrical-coordinate representation of color #ED83A0: hue angle of 343.58º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED83A0 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237131160-
CMYK00.450.320.07
HSL343.58º74.65%72.16%-
HSV(B)343.58º44.73%92.94%-
XYZ49.3936.7837.75-
YUV166124.62178.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=44.89%
G=24.81%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713116000.450.320.07343.5874.6572.16
HexED83A002D2071584b48
Octal355203240055407530113110
Binary111011011000001110100000010110110000011110101100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83A0; }

 p { color: rgb(237,131,160); }

 H1.HeaderClassName
 {
   color: #ED83A0;
 }
 .AnyTagClassName
 {
   color: #ED83A0;
 }
</style>
background-color css

<style>
 a { background-color: #ED83A0; }

 a { background-color: rgb(237,131,160); }

 div.DivClassName
 {
   background-color: #ED83A0;
 }
 .BgClassName
 {
   background-color: #ED83A0;
 }
</style>
border-color css

<style>
 span { border-color: #ED83A0; }

 span { border-color: rgb(237,131,160); }

 td.TdClassName
 {
   border-color: #ED83A0;
 }
 .TagClassName
 {
   border-color: #ED83A0;
 }
</style>