Html Css Color HEX #E5245D Cerise

📋 copy color: '#E5245D'

red 229 ◦ green 36 ◦ blue 93

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

Shades of Cerise #E5245D

Tints of Cerise #E5245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 63.97%
G = 10.06%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5245D (or 0xE5245D) is known color: Cerise. HEX triplet: E5, 24 and 5D. RGB value is (229,36,93). Sum of RGB (Red+Green+Blue) = 229+36+93=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5245D is #1ADBA2. Grayscale: #646464. Windows color (decimal): -1760163 or 6104293. OLE color: 6104293.

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

Color convert

RGB 229 36 93 -
CMYK 0 0.84 0.59 0.10
HSL 342.28º 0.79% 0.52% -
HSV(B) 342.28º 0.84% 0.9% -
XYZ 34.92 18.71 12.13 -
YUV 100.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 229 36 93 0 0.84 0.59 0.10 342.28 0.79 0.52
Hex E5 24 5D 0 54 3B A 156 4F 34
Octal 345 44 135 0 124 73 12 526 117 64
Binary 11100101 100100 1011101 0 1010100 111011 1010 101010110 1001111 110100

Color Harmonies of #E5245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5245D

Black with #E5245D

Text Example


Text Example

White with #E5245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5245D; }

 p { color: rgb(229,36,93); }

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

background-color css

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

 a { background-color: rgb(229,36,93); }

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

border-color css

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

 span { border-color: rgb(229,36,93); }

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