#ED879B

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

Shades of Carissma #ED879B

Tints of Carissma #ED879B

Color information

#ED879B (or 0xED879B) is unknown color: approx Carissma. HEX triplet: ED, 87 and 9B. RGB value is (237,135,155). Sum of RGB (Red+Green+Blue) = 237+135+155=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED879B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED879B is #127864. Grayscale: #A7A7A7. Windows color (decimal): -1210469 or 10192877. OLE color: 10192877.

HSL color Cylindrical-coordinate representation of color #ED879B: hue angle of 348.24º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED879B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237135155-
CMYK00.430.350.07
HSL348.24º73.91%72.94%-
HSV(B)348.24º43.04%92.94%-
XYZ49.5137.735.68-
YUV167.78120.79177.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=44.97%
G=25.62%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713515500.430.350.07348.2473.9172.94
HexED879B02B23715c4a49
Octal355207233053437534112111
Binary111011011000011110011011010101110001111110101110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED879B; }

 p { color: rgb(237,135,155); }

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

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

 a { background-color: rgb(237,135,155); }

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

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

 span { border-color: rgb(237,135,155); }

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