Html Css Color HEX #EA425C Cerise

📋 copy color: '#EA425C'

red 234 ◦ green 66 ◦ blue 92

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

Shades of Cerise #EA425C

Tints of Cerise #EA425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 59.69%
G = 16.84%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA425C (or 0xEA425C) is known color: Cerise. HEX triplet: EA, 42 and 5C. RGB value is (234,66,92). Sum of RGB (Red+Green+Blue) = 234+66+92=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA425C is #15BDA3. Grayscale: #777777. Windows color (decimal): -1424804 or 6046442. OLE color: 6046442.

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

Color convert

RGB 234 66 92 -
CMYK 0 0.72 0.61 0.08
HSL 350.71º 0.8% 0.59% -
HSV(B) 350.71º 0.72% 0.92% -
XYZ 37.81 22.16 12.41 -
YUV 119.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 234 66 92 0 0.72 0.61 0.08 350.71 0.8 0.59
Hex EA 42 5C 0 48 3D 8 15F 50 3B
Octal 352 102 134 0 110 75 10 537 120 73
Binary 11101010 1000010 1011100 0 1001000 111101 1000 101011111 1010000 111011

Color Harmonies of #EA425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA425C

Black with #EA425C

Text Example


Text Example

White with #EA425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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