Html Css Color HEX #E5295C Cerise

📋 copy color: '#E5295C'

red 229 ◦ green 41 ◦ blue 92

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

Shades of Cerise #E5295C

Tints of Cerise #E5295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 63.26%
G = 11.33%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5295C (or 0xE5295C) is known color: Cerise. HEX triplet: E5, 29 and 5C. RGB value is (229,41,92). Sum of RGB (Red+Green+Blue) = 229+41+92=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5295C is #1AD6A3. Grayscale: #676767. Windows color (decimal): -1758884 or 6040037. OLE color: 6040037.

HSL color Cylindrical-coordinate representation of color #E5295C: hue angle of 343.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5295C is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 92 -
CMYK 0 0.82 0.60 0.10
HSL 343.72º 0.78% 0.53% -
HSV(B) 343.72º 0.82% 0.9% -
XYZ 35.04 19.02 11.95 -
YUV 103.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 229 41 92 0 0.82 0.60 0.10 343.72 0.78 0.53
Hex E5 29 5C 0 52 3C A 158 4E 35
Octal 345 51 134 0 122 74 12 530 116 65
Binary 11100101 101001 1011100 0 1010010 111100 1010 101011000 1001110 110101

Color Harmonies of #E5295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5295C

Black with #E5295C

Text Example


Text Example

White with #E5295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5295C; }

 p { color: rgb(229,41,92); }

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

background-color css

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

 a { background-color: rgb(229,41,92); }

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

border-color css

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

 span { border-color: rgb(229,41,92); }

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