Html Css Color HEX #EA257D Deep Cerise

📋 copy color: '#EA257D'

red 234 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #EA257D

Tints of Deep Cerise #EA257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.34%

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

R = 59.09%
G = 9.34%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA257D (or 0xEA257D) is known color: Deep Cerise. HEX triplet: EA, 25 and 7D. RGB value is (234,37,125). Sum of RGB (Red+Green+Blue) = 234+37+125=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA257D is #15DA82. Grayscale: #696969. Windows color (decimal): -1432195 or 8201706. OLE color: 8201706.

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

Color convert

RGB 234 37 125 -
CMYK 0 0.84 0.47 0.08
HSL 333.2º 0.82% 0.53% -
HSV(B) 333.2º 0.84% 0.92% -
XYZ 38.29 20.3 21.3 -
YUV 105.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 234 37 125 0 0.84 0.47 0.08 333.2 0.82 0.53
Hex EA 25 7D 0 54 2F 8 14D 52 35
Octal 352 45 175 0 124 57 10 515 122 65
Binary 11101010 100101 1111101 0 1010100 101111 1000 101001101 1010010 110101

Color Harmonies of #EA257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA257D

Black with #EA257D

Text Example


Text Example

White with #EA257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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