Html Css Color HEX #E5295F Cerise

📋 copy color: '#E5295F'

red 229 ◦ green 41 ◦ blue 95

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

Shades of Cerise #E5295F

Tints of Cerise #E5295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 62.74%
G = 11.23%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5295F (or 0xE5295F) is known color: Cerise. HEX triplet: E5, 29 and 5F. RGB value is (229,41,95). Sum of RGB (Red+Green+Blue) = 229+41+95=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E5295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5295F is #1AD6A0. Grayscale: #676767. Windows color (decimal): -1758881 or 6236645. OLE color: 6236645.

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

Color convert

RGB 229 41 95 -
CMYK 0 0.82 0.59 0.10
HSL 342.77º 0.78% 0.53% -
HSV(B) 342.77º 0.82% 0.9% -
XYZ 35.17 19.07 12.65 -
YUV 103.37 123.28 217.61 -
System Red Green Blue C M Y K H S L
Decimal 229 41 95 0 0.82 0.59 0.10 342.77 0.78 0.53
Hex E5 29 5F 0 52 3B A 157 4E 35
Octal 345 51 137 0 122 73 12 527 116 65
Binary 11100101 101001 1011111 0 1010010 111011 1010 101010111 1001110 110101

Color Harmonies of #E5295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5295F

Black with #E5295F

Text Example


Text Example

White with #E5295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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