Html Css Color HEX #EA2674 Cerise

📋 copy color: '#EA2674'

red 234 ◦ green 38 ◦ blue 116

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

Shades of Cerise #EA2674

Tints of Cerise #EA2674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 60.31%
G = 9.79%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2674 (or 0xEA2674) is known color: Cerise. HEX triplet: EA, 26 and 74. RGB value is (234,38,116). Sum of RGB (Red+Green+Blue) = 234+38+116=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2674 is #15D98B. Grayscale: #696969. Windows color (decimal): -1431948 or 7612138. OLE color: 7612138.

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

Color convert

RGB 234 38 116 -
CMYK 0 0.84 0.50 0.08
HSL 336.12º 0.82% 0.53% -
HSV(B) 336.12º 0.84% 0.92% -
XYZ 37.78 20.14 18.42 -
YUV 105.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 234 38 116 0 0.84 0.50 0.08 336.12 0.82 0.53
Hex EA 26 74 0 54 32 8 150 52 35
Octal 352 46 164 0 124 62 10 520 122 65
Binary 11101010 100110 1110100 0 1010100 110010 1000 101010000 1010010 110101

Color Harmonies of #EA2674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2674

Black with #EA2674

Text Example


Text Example

White with #EA2674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2674; }

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

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

background-color css

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

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

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

border-color css

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

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

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