Html Css Color HEX #E5258C Deep Cerise

📋 copy color: '#E5258C'

red 229 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #E5258C

Tints of Deep Cerise #E5258C

RGB

 RED value IS 229 (89.84% from 255) = 56.4%

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 56.4%
G = 9.11%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5258C (or 0xE5258C) is known color: Deep Cerise. HEX triplet: E5, 25 and 8C. RGB value is (229,37,140). Sum of RGB (Red+Green+Blue) = 229+37+140=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5258C is #1ADA73. Grayscale: #696969. Windows color (decimal): -1759860 or 9184741. OLE color: 9184741.

HSL color Cylindrical-coordinate representation of color #E5258C: hue angle of 327.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5258C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 140 -
CMYK 0 0.84 0.39 0.10
HSL 327.81º 0.79% 0.52% -
HSV(B) 327.81º 0.84% 0.9% -
XYZ 37.71 19.87 26.66 -
YUV 106.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 229 37 140 0 0.84 0.39 0.10 327.81 0.79 0.52
Hex E5 25 8C 0 54 27 A 148 4F 34
Octal 345 45 214 0 124 47 12 510 117 64
Binary 11100101 100101 10001100 0 1010100 100111 1010 101001000 1001111 110100

Color Harmonies of #E5258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5258C

Black with #E5258C

Text Example


Text Example

White with #E5258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5258C; }

 p { color: rgb(229,37,140); }

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

background-color css

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

 a { background-color: rgb(229,37,140); }

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

border-color css

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

 span { border-color: rgb(229,37,140); }

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