Html Css Color HEX #EA416C Cerise

📋 copy color: '#EA416C'

red 234 ◦ green 65 ◦ blue 108

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

Shades of Cerise #EA416C

Tints of Cerise #EA416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 57.49%
G = 15.97%
B = 26.54%

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

#EA416C (or 0xEA416C) is known color: Cerise. HEX triplet: EA, 41 and 6C. RGB value is (234,65,108). Sum of RGB (Red+Green+Blue) = 234+65+108=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA416C is #15BE93. Grayscale: #787878. Windows color (decimal): -1425044 or 7094762. OLE color: 7094762.

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

Color convert

RGB 234 65 108 -
CMYK 0 0.72 0.54 0.08
HSL 344.73º 0.8% 0.59% -
HSV(B) 344.73º 0.72% 0.92% -
XYZ 38.53 22.36 16.47 -
YUV 120.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 234 65 108 0 0.72 0.54 0.08 344.73 0.8 0.59
Hex EA 41 6C 0 48 36 8 159 50 3B
Octal 352 101 154 0 110 66 10 531 120 73
Binary 11101010 1000001 1101100 0 1001000 110110 1000 101011001 1010000 111011

Color Harmonies of #EA416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA416C

Black with #EA416C

Text Example


Text Example

White with #EA416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA416C; }

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

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

background-color css

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

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

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

border-color css

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

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

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