Html Css Color HEX #E1295C Cerise

📋 copy color: '#E1295C'

red 225 ◦ green 41 ◦ blue 92

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

Shades of Cerise #E1295C

Tints of Cerise #E1295C

RGB

 RED value IS 225 (88.28% from 255) = 62.85%

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

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

R = 62.85%
G = 11.45%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1295C (or 0xE1295C) is known color: Cerise. HEX triplet: E1, 29 and 5C. RGB value is (225,41,92). Sum of RGB (Red+Green+Blue) = 225+41+92=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1295C is #1ED6A3. Grayscale: #656565. Windows color (decimal): -2021028 or 6040033. OLE color: 6040033.

HSL color Cylindrical-coordinate representation of color #E1295C: hue angle of 343.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1295C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 92 -
CMYK 0 0.82 0.59 0.12
HSL 343.37º 0.75% 0.52% -
HSV(B) 343.37º 0.82% 0.88% -
XYZ 33.78 18.37 11.89 -
YUV 101.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 225 41 92 0 0.82 0.59 0.12 343.37 0.75 0.52
Hex E1 29 5C 0 52 3B C 157 4B 34
Octal 341 51 134 0 122 73 14 527 113 64
Binary 11100001 101001 1011100 0 1010010 111011 1100 101010111 1001011 110100

Color Harmonies of #E1295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1295C

Black with #E1295C

Text Example


Text Example

White with #E1295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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