Html Css Color HEX #E5226A Cerise

📋 copy color: '#E5226A'

red 229 ◦ green 34 ◦ blue 106

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

Shades of Cerise #E5226A

Tints of Cerise #E5226A

RGB

 RED value IS 229 (89.84% from 255) = 62.06%

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 62.06%
G = 9.21%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5226A (or 0xE5226A) is known color: Cerise. HEX triplet: E5, 22 and 6A. RGB value is (229,34,106). Sum of RGB (Red+Green+Blue) = 229+34+106=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5226A is #1ADD95. Grayscale: #646464. Windows color (decimal): -1760662 or 6955749. OLE color: 6955749.

HSL color Cylindrical-coordinate representation of color #E5226A: hue angle of 337.85º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5226A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 106 -
CMYK 0 0.85 0.54 0.10
HSL 337.85º 0.79% 0.52% -
HSV(B) 337.85º 0.85% 0.9% -
XYZ 35.49 18.84 15.4 -
YUV 100.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 229 34 106 0 0.85 0.54 0.10 337.85 0.79 0.52
Hex E5 22 6A 0 55 36 A 152 4F 34
Octal 345 42 152 0 125 66 12 522 117 64
Binary 11100101 100010 1101010 0 1010101 110110 1010 101010010 1001111 110100

Color Harmonies of #E5226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5226A

Black with #E5226A

Text Example


Text Example

White with #E5226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5226A; }

 p { color: rgb(229,34,106); }

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

background-color css

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

 a { background-color: rgb(229,34,106); }

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

border-color css

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

 span { border-color: rgb(229,34,106); }

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