Html Css Color HEX #EA2B7E Deep Cerise

📋 copy color: '#EA2B7E'

red 234 ◦ green 43 ◦ blue 126

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

Shades of Deep Cerise #EA2B7E

Tints of Deep Cerise #EA2B7E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 58.06%
G = 10.67%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA2B7E (or 0xEA2B7E) is known color: Deep Cerise. HEX triplet: EA, 2B and 7E. RGB value is (234,43,126). Sum of RGB (Red+Green+Blue) = 234+43+126=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B7E is #15D481. Grayscale: #6D6D6D. Windows color (decimal): -1430658 or 8268778. OLE color: 8268778.

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

Color convert

RGB 234 43 126 -
CMYK 0 0.82 0.46 0.08
HSL 333.93º 0.82% 0.54% -
HSV(B) 333.93º 0.82% 0.92% -
XYZ 38.56 20.73 21.71 -
YUV 109.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 234 43 126 0 0.82 0.46 0.08 333.93 0.82 0.54
Hex EA 2B 7E 0 52 2E 8 14E 52 36
Octal 352 53 176 0 122 56 10 516 122 66
Binary 11101010 101011 1111110 0 1010010 101110 1000 101001110 1010010 110110

Color Harmonies of #EA2B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B7E

Black with #EA2B7E

Text Example


Text Example

White with #EA2B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B7E; }

 p { color: rgb(234,43,126); }

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

background-color css

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

 a { background-color: rgb(234,43,126); }

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

border-color css

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

 span { border-color: rgb(234,43,126); }

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