Html Css Color HEX #E1295D Cerise

📋 copy color: '#E1295D'

red 225 ◦ green 41 ◦ blue 93

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

Shades of Cerise #E1295D

Tints of Cerise #E1295D

RGB

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

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

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

R = 62.67%
G = 11.42%
B = 25.91%

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

#E1295D (or 0xE1295D) is known color: Cerise. HEX triplet: E1, 29 and 5D. RGB value is (225,41,93). Sum of RGB (Red+Green+Blue) = 225+41+93=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1295D is #1ED6A2. Grayscale: #656565. Windows color (decimal): -2021027 or 6105569. OLE color: 6105569.

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

Color convert

RGB 225 41 93 -
CMYK 0 0.82 0.59 0.12
HSL 343.04º 0.75% 0.52% -
HSV(B) 343.04º 0.82% 0.88% -
XYZ 33.82 18.38 12.12 -
YUV 101.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 225 41 93 0 0.82 0.59 0.12 343.04 0.75 0.52
Hex E1 29 5D 0 52 3B C 157 4B 34
Octal 341 51 135 0 122 73 14 527 113 64
Binary 11100001 101001 1011101 0 1010010 111011 1100 101010111 1001011 110100

Color Harmonies of #E1295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1295D

Black with #E1295D

Text Example


Text Example

White with #E1295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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