Html Css Color HEX #E2249E Persian Rose

📋 copy color: '#E2249E'

red 226 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #E2249E

Tints of Persian Rose #E2249E

RGB

 RED value IS 226 (88.67% from 255) = 53.81%

 GREEN value IS 36 (14.45% from 255) = 8.57%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 53.81%
G = 8.57%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2249E (or 0xE2249E) is known color: Persian Rose. HEX triplet: E2, 24 and 9E. RGB value is (226,36,158). Sum of RGB (Red+Green+Blue) = 226+36+158=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2249E is #1DDB61. Grayscale: #6A6A6A. Windows color (decimal): -1956706 or 10364130. OLE color: 10364130.

HSL color Cylindrical-coordinate representation of color #E2249E: hue angle of 321.47º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2249E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 36 158 -
CMYK 0 0.84 0.30 0.11
HSL 321.47º 0.77% 0.51% -
HSV(B) 321.47º 0.84% 0.89% -
XYZ 38.17 19.9 34.18 -
YUV 106.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 226 36 158 0 0.84 0.30 0.11 321.47 0.77 0.51
Hex E2 24 9E 0 54 1E B 141 4D 33
Octal 342 44 236 0 124 36 13 501 115 63
Binary 11100010 100100 10011110 0 1010100 11110 1011 101000001 1001101 110011

Color Harmonies of #E2249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2249E

Black with #E2249E

Text Example


Text Example

White with #E2249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2249E; }

 p { color: rgb(226,36,158); }

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

background-color css

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

 a { background-color: rgb(226,36,158); }

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

border-color css

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

 span { border-color: rgb(226,36,158); }

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