Html Css Color HEX #E2249F Persian Rose

📋 copy color: '#E2249F'

red 226 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #E2249F

Tints of Persian Rose #E2249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 53.68%
G = 8.55%
B = 37.77%

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

#E2249F (or 0xE2249F) is known color: Persian Rose. HEX triplet: E2, 24 and 9F. RGB value is (226,36,159). Sum of RGB (Red+Green+Blue) = 226+36+159=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2249F is #1DDB60. Grayscale: #6A6A6A. Windows color (decimal): -1956705 or 10429666. OLE color: 10429666.

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

Color convert

RGB 226 36 159 -
CMYK 0 0.84 0.30 0.11
HSL 321.16º 0.77% 0.51% -
HSV(B) 321.16º 0.84% 0.89% -
XYZ 38.25 19.93 34.63 -
YUV 106.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 226 36 159 0 0.84 0.30 0.11 321.16 0.77 0.51
Hex E2 24 9F 0 54 1E B 141 4D 33
Octal 342 44 237 0 124 36 13 501 115 63
Binary 11100010 100100 10011111 0 1010100 11110 1011 101000001 1001101 110011

Color Harmonies of #E2249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2249F

Black with #E2249F

Text Example


Text Example

White with #E2249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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