#ef809a

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

Shades of Carissma #EF809A

Tints of Carissma #EF809A

Color information

#EF809A (or 0xEF809A) is unknown color: approx Carissma. HEX triplet: EF, 80 and 9A. RGB value is (239,128,154). Sum of RGB (Red+Green+Blue) = 239+128+154=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF809A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF809A is #107F65. Grayscale: #A4A4A4. Windows color (decimal): -1081190 or 10125551. OLE color: 10125551.

HSL color Cylindrical-coordinate representation of color #EF809A: hue angle of 345.95º degrees, saturation: 0.78, 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 #EF809A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239128154-
CMYK00.460.360.06
HSL345.95º77.62%71.96%-
HSV(B)345.95º46.44%93.73%-
XYZ49.1536.1234.95-
YUV164.15122.27181.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=45.87%
G=24.57%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912815400.460.360.06345.9577.6271.96
HexEF809A02E24615a4e48
Octal357200232056446532116110
Binary111011111000000010011010010111010010011010101101010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef809a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef809a; }

 p { color: rgb(239,128,154); }

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

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

 a { background-color: rgb(239,128,154); }

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

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

 span { border-color: rgb(239,128,154); }

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