Html Css Color HEX #E0235F Cerise

📋 copy color: '#E0235F'

red 224 ◦ green 35 ◦ blue 95

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

Shades of Cerise #E0235F

Tints of Cerise #E0235F

RGB

 RED value IS 224 (87.89% from 255) = 63.28%

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

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

R = 63.28%
G = 9.89%
B = 26.84%

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

#E0235F (or 0xE0235F) is known color: Cerise. HEX triplet: E0, 23 and 5F. RGB value is (224,35,95). Sum of RGB (Red+Green+Blue) = 224+35+95=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0235F is #1FDCA0. Grayscale: #626262. Windows color (decimal): -2088097 or 6235104. OLE color: 6235104.

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

Color convert

RGB 224 35 95 -
CMYK 0 0.84 0.58 0.12
HSL 340.95º 0.75% 0.51% -
HSV(B) 340.95º 0.84% 0.88% -
XYZ 33.41 17.88 12.52 -
YUV 98.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 224 35 95 0 0.84 0.58 0.12 340.95 0.75 0.51
Hex E0 23 5F 0 54 3A C 155 4B 33
Octal 340 43 137 0 124 72 14 525 113 63
Binary 11100000 100011 1011111 0 1010100 111010 1100 101010101 1001011 110011

Color Harmonies of #E0235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0235F

Black with #E0235F

Text Example


Text Example

White with #E0235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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