#EF819B

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

Shades of Carissma #EF819B

Tints of Carissma #EF819B

Color information

#EF819B (or 0xEF819B) is unknown color: approx Carissma. HEX triplet: EF, 81 and 9B. RGB value is (239,129,155). Sum of RGB (Red+Green+Blue) = 239+129+155=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF819B is #107E64. Grayscale: #A4A4A4. Windows color (decimal): -1080933 or 10191343. OLE color: 10191343.

HSL color Cylindrical-coordinate representation of color #EF819B: hue angle of 345.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF819B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239129155-
CMYK00.460.350.06
HSL345.82º77.46%72.16%-
HSV(B)345.82º46.03%93.73%-
XYZ49.3636.4235.44-
YUV164.85122.44180.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=45.70%
G=24.67%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912915500.460.350.06345.8277.4672.16
HexEF819B02E23615a4d48
Octal357201233056436532115110
Binary111011111000000110011011010111010001111010101101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF819B; }

 p { color: rgb(239,129,155); }

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

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

 a { background-color: rgb(239,129,155); }

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

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

 span { border-color: rgb(239,129,155); }

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