Html Css Color HEX #EA426C Cerise

📋 copy color: '#EA426C'

red 234 ◦ green 66 ◦ blue 108

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

Shades of Cerise #EA426C

Tints of Cerise #EA426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 57.35%
G = 16.18%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA426C (or 0xEA426C) is known color: Cerise. HEX triplet: EA, 42 and 6C. RGB value is (234,66,108). Sum of RGB (Red+Green+Blue) = 234+66+108=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA426C is #15BD93. Grayscale: #797979. Windows color (decimal): -1424788 or 7095018. OLE color: 7095018.

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

Color convert

RGB 234 66 108 -
CMYK 0 0.72 0.54 0.08
HSL 345º 0.8% 0.59% -
HSV(B) 345º 0.72% 0.92% -
XYZ 38.59 22.47 16.49 -
YUV 121.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 234 66 108 0 0.72 0.54 0.08 345 0.8 0.59
Hex EA 42 6C 0 48 36 8 159 50 3B
Octal 352 102 154 0 110 66 10 531 120 73
Binary 11101010 1000010 1101100 0 1001000 110110 1000 101011001 1010000 111011

Color Harmonies of #EA426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA426C

Black with #EA426C

Text Example


Text Example

White with #EA426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA426C; }

 p { color: rgb(234,66,108); }

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

background-color css

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

 a { background-color: rgb(234,66,108); }

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

border-color css

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

 span { border-color: rgb(234,66,108); }

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