Html Css Color HEX #EA406A Cerise

📋 copy color: '#EA406A'

red 234 ◦ green 64 ◦ blue 106

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

Shades of Cerise #EA406A

Tints of Cerise #EA406A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 57.92%
G = 15.84%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA406A (or 0xEA406A) is known color: Cerise. HEX triplet: EA, 40 and 6A. RGB value is (234,64,106). Sum of RGB (Red+Green+Blue) = 234+64+106=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA406A is #15BF95. Grayscale: #777777. Windows color (decimal): -1425302 or 6963434. OLE color: 6963434.

HSL color Cylindrical-coordinate representation of color #EA406A: hue angle of 345.18º 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 #EA406A is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 106 -
CMYK 0 0.73 0.55 0.08
HSL 345.18º 0.8% 0.58% -
HSV(B) 345.18º 0.73% 0.92% -
XYZ 38.37 22.2 15.9 -
YUV 119.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 234 64 106 0 0.73 0.55 0.08 345.18 0.8 0.58
Hex EA 40 6A 0 49 37 8 159 50 3A
Octal 352 100 152 0 111 67 10 531 120 72
Binary 11101010 1000000 1101010 0 1001001 110111 1000 101011001 1010000 111010

Color Harmonies of #EA406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA406A

Black with #EA406A

Text Example


Text Example

White with #EA406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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