Html Css Color HEX #EA2670 Cerise

📋 copy color: '#EA2670'

red 234 ◦ green 38 ◦ blue 112

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

Shades of Cerise #EA2670

Tints of Cerise #EA2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.9%

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

R = 60.94%
G = 9.9%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA2670 (or 0xEA2670) is known color: Cerise. HEX triplet: EA, 26 and 70. RGB value is (234,38,112). Sum of RGB (Red+Green+Blue) = 234+38+112=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2670 is #15D98F. Grayscale: #686868. Windows color (decimal): -1431952 or 7349994. OLE color: 7349994.

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

Color convert

RGB 234 38 112 -
CMYK 0 0.84 0.52 0.08
HSL 337.35º 0.82% 0.53% -
HSV(B) 337.35º 0.84% 0.92% -
XYZ 37.55 20.05 17.22 -
YUV 105.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 234 38 112 0 0.84 0.52 0.08 337.35 0.82 0.53
Hex EA 26 70 0 54 34 8 151 52 35
Octal 352 46 160 0 124 64 10 521 122 65
Binary 11101010 100110 1110000 0 1010100 110100 1000 101010001 1010010 110101

Color Harmonies of #EA2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2670

Black with #EA2670

Text Example


Text Example

White with #EA2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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