Html Css Color HEX #E1255E Cerise

📋 copy color: '#E1255E'

red 225 ◦ green 37 ◦ blue 94

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

Shades of Cerise #E1255E

Tints of Cerise #E1255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 63.2%
G = 10.39%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1255E (or 0xE1255E) is known color: Cerise. HEX triplet: E1, 25 and 5E. RGB value is (225,37,94). Sum of RGB (Red+Green+Blue) = 225+37+94=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1255E is #1EDAA1. Grayscale: #636363. Windows color (decimal): -2022050 or 6170081. OLE color: 6170081.

HSL color Cylindrical-coordinate representation of color #E1255E: hue angle of 341.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1255E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 94 -
CMYK 0 0.84 0.58 0.12
HSL 341.81º 0.76% 0.51% -
HSV(B) 341.81º 0.84% 0.88% -
XYZ 33.73 18.14 12.31 -
YUV 99.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 225 37 94 0 0.84 0.58 0.12 341.81 0.76 0.51
Hex E1 25 5E 0 54 3A C 156 4C 33
Octal 341 45 136 0 124 72 14 526 114 63
Binary 11100001 100101 1011110 0 1010100 111010 1100 101010110 1001100 110011

Color Harmonies of #E1255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1255E

Black with #E1255E

Text Example


Text Example

White with #E1255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1255E; }

 p { color: rgb(225,37,94); }

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

background-color css

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

 a { background-color: rgb(225,37,94); }

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

border-color css

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

 span { border-color: rgb(225,37,94); }

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