Html Css Color HEX #E1235F Cerise

📋 copy color: '#E1235F'

red 225 ◦ green 35 ◦ blue 95

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

Shades of Cerise #E1235F

Tints of Cerise #E1235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.86%

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

R = 63.38%
G = 9.86%
B = 26.76%

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

#E1235F (or 0xE1235F) is known color: Cerise. HEX triplet: E1, 23 and 5F. RGB value is (225,35,95). Sum of RGB (Red+Green+Blue) = 225+35+95=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235F is #1EDCA0. Grayscale: #626262. Windows color (decimal): -2022561 or 6235105. OLE color: 6235105.

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

Color convert

RGB 225 35 95 -
CMYK 0 0.84 0.58 0.12
HSL 341.05º 0.76% 0.51% -
HSV(B) 341.05º 0.84% 0.88% -
XYZ 33.72 18.04 12.53 -
YUV 98.65 125.95 218.12 -
System Red Green Blue C M Y K H S L
Decimal 225 35 95 0 0.84 0.58 0.12 341.05 0.76 0.51
Hex E1 23 5F 0 54 3A C 155 4C 33
Octal 341 43 137 0 124 72 14 525 114 63
Binary 11100001 100011 1011111 0 1010100 111010 1100 101010101 1001100 110011

Color Harmonies of #E1235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1235F

Black with #E1235F

Text Example


Text Example

White with #E1235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1235F; }

 p { color: rgb(225,35,95); }

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

background-color css

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

 a { background-color: rgb(225,35,95); }

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

border-color css

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

 span { border-color: rgb(225,35,95); }

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