Html Css Color HEX #EA2F7D Deep Cerise

📋 copy color: '#EA2F7D'

red 234 ◦ green 47 ◦ blue 125

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

Shades of Deep Cerise #EA2F7D

Tints of Deep Cerise #EA2F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 57.64%
G = 11.58%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA2F7D (or 0xEA2F7D) is known color: Deep Cerise. HEX triplet: EA, 2F and 7D. RGB value is (234,47,125). Sum of RGB (Red+Green+Blue) = 234+47+125=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F7D is #15D082. Grayscale: #6F6F6F. Windows color (decimal): -1429635 or 8204266. OLE color: 8204266.

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

Color convert

RGB 234 47 125 -
CMYK 0 0.80 0.47 0.08
HSL 334.97º 0.82% 0.55% -
HSV(B) 334.97º 0.8% 0.92% -
XYZ 38.65 21.01 21.42 -
YUV 111.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 234 47 125 0 0.80 0.47 0.08 334.97 0.82 0.55
Hex EA 2F 7D 0 50 2F 8 14F 52 37
Octal 352 57 175 0 120 57 10 517 122 67
Binary 11101010 101111 1111101 0 1010000 101111 1000 101001111 1010010 110111

Color Harmonies of #EA2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F7D

Black with #EA2F7D

Text Example


Text Example

White with #EA2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F7D; }

 p { color: rgb(234,47,125); }

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

background-color css

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

 a { background-color: rgb(234,47,125); }

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

border-color css

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

 span { border-color: rgb(234,47,125); }

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