Html Css Color HEX #E9257D Deep Cerise

📋 copy color: '#E9257D'

red 233 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #E9257D

Tints of Deep Cerise #E9257D

RGB

 RED value IS 233 (91.41% from 255) = 58.99%

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

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

R = 58.99%
G = 9.37%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9257D (or 0xE9257D) is known color: Deep Cerise. HEX triplet: E9, 25 and 7D. RGB value is (233,37,125). Sum of RGB (Red+Green+Blue) = 233+37+125=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9257D is #16DA82. Grayscale: #696969. Windows color (decimal): -1497731 or 8201705. OLE color: 8201705.

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

Color convert

RGB 233 37 125 -
CMYK 0 0.84 0.46 0.09
HSL 333.06º 0.82% 0.53% -
HSV(B) 333.06º 0.84% 0.91% -
XYZ 37.97 20.13 21.29 -
YUV 105.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 233 37 125 0 0.84 0.46 0.09 333.06 0.82 0.53
Hex E9 25 7D 0 54 2E 9 14D 52 35
Octal 351 45 175 0 124 56 11 515 122 65
Binary 11101001 100101 1111101 0 1010100 101110 1001 101001101 1010010 110101

Color Harmonies of #E9257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9257D

Black with #E9257D

Text Example


Text Example

White with #E9257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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