Html Css Color HEX #E0225B Cerise

📋 copy color: '#E0225B'

red 224 ◦ green 34 ◦ blue 91

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

Shades of Cerise #E0225B

Tints of Cerise #E0225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.74%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 64.18%
G = 9.74%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0225B (or 0xE0225B) is known color: Cerise. HEX triplet: E0, 22 and 5B. RGB value is (224,34,91). Sum of RGB (Red+Green+Blue) = 224+34+91=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0225B is #1FDDA4. Grayscale: #616161. Windows color (decimal): -2088357 or 5972704. OLE color: 5972704.

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

Color convert

RGB 224 34 91 -
CMYK 0 0.85 0.59 0.12
HSL 342º 0.75% 0.51% -
HSV(B) 342º 0.85% 0.88% -
XYZ 33.2 17.75 11.57 -
YUV 97.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 224 34 91 0 0.85 0.59 0.12 342 0.75 0.51
Hex E0 22 5B 0 55 3B C 156 4B 33
Octal 340 42 133 0 125 73 14 526 113 63
Binary 11100000 100010 1011011 0 1010101 111011 1100 101010110 1001011 110011

Color Harmonies of #E0225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0225B

Black with #E0225B

Text Example


Text Example

White with #E0225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0225B; }

 p { color: rgb(224,34,91); }

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

background-color css

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

 a { background-color: rgb(224,34,91); }

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

border-color css

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

 span { border-color: rgb(224,34,91); }

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