Html Css Color HEX #EA3670 Cerise

📋 copy color: '#EA3670'

red 234 ◦ green 54 ◦ blue 112

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

Shades of Cerise #EA3670

Tints of Cerise #EA3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.5%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 58.5%
G = 13.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA3670 (or 0xEA3670) is known color: Cerise. HEX triplet: EA, 36 and 70. RGB value is (234,54,112). Sum of RGB (Red+Green+Blue) = 234+54+112=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3670 is #15C98F. Grayscale: #727272. Windows color (decimal): -1427856 or 7354090. OLE color: 7354090.

HSL color Cylindrical-coordinate representation of color #EA3670: hue angle of 340.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3670 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 112 -
CMYK 0 0.77 0.52 0.08
HSL 340.67º 0.81% 0.56% -
HSV(B) 340.67º 0.77% 0.92% -
XYZ 38.18 21.3 17.43 -
YUV 114.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 234 54 112 0 0.77 0.52 0.08 340.67 0.81 0.56
Hex EA 36 70 0 4D 34 8 155 51 38
Octal 352 66 160 0 115 64 10 525 121 70
Binary 11101010 110110 1110000 0 1001101 110100 1000 101010101 1010001 111000

Color Harmonies of #EA3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3670

Black with #EA3670

Text Example


Text Example

White with #EA3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3670; }

 p { color: rgb(234,54,112); }

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

background-color css

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

 a { background-color: rgb(234,54,112); }

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

border-color css

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

 span { border-color: rgb(234,54,112); }

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