Html Css Color HEX #EA406F Cerise

📋 copy color: '#EA406F'

red 234 ◦ green 64 ◦ blue 111

#EA406F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EA406F

Tints of Cerise #EA406F

RGB

 RED value IS 234 (91.8% from 255) = 57.21%

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 57.21%
G = 15.65%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA406F (or 0xEA406F) is known color: Cerise. HEX triplet: EA, 40 and 6F. RGB value is (234,64,111). Sum of RGB (Red+Green+Blue) = 234+64+111=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA406F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA406F is #15BF90. Grayscale: #787878. Windows color (decimal): -1425297 or 7291114. OLE color: 7291114.

HSL color Cylindrical-coordinate representation of color #EA406F: hue angle of 343.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA406F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 111 -
CMYK 0 0.73 0.53 0.08
HSL 343.41º 0.8% 0.58% -
HSV(B) 343.41º 0.73% 0.92% -
XYZ 38.63 22.31 17.31 -
YUV 120.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 234 64 111 0 0.73 0.53 0.08 343.41 0.8 0.58
Hex EA 40 6F 0 49 35 8 157 50 3A
Octal 352 100 157 0 111 65 10 527 120 72
Binary 11101010 1000000 1101111 0 1001001 110101 1000 101010111 1010000 111010

Color Harmonies of #EA406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA406F

Black with #EA406F

Text Example


Text Example

White with #EA406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA406F; }

 p { color: rgb(234,64,111); }

 H1.HeaderClassName
 {
   color: #EA406F;
 }
 .AnyTagClassName
 {
   color: #EA406F;
 }
</style>

background-color css

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

 a { background-color: rgb(234,64,111); }

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

border-color css

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

 span { border-color: rgb(234,64,111); }

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