Html Css Color HEX #E2249D Persian Rose

📋 copy color: '#E2249D'

red 226 ◦ green 36 ◦ blue 157

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

Shades of Persian Rose #E2249D

Tints of Persian Rose #E2249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 53.94%
G = 8.59%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2249D (or 0xE2249D) is known color: Persian Rose. HEX triplet: E2, 24 and 9D. RGB value is (226,36,157). Sum of RGB (Red+Green+Blue) = 226+36+157=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2249D is #1DDB62. Grayscale: #6A6A6A. Windows color (decimal): -1956707 or 10298594. OLE color: 10298594.

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

Color convert

RGB 226 36 157 -
CMYK 0 0.84 0.31 0.11
HSL 321.79º 0.77% 0.51% -
HSV(B) 321.79º 0.84% 0.89% -
XYZ 38.08 19.86 33.73 -
YUV 106.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 226 36 157 0 0.84 0.31 0.11 321.79 0.77 0.51
Hex E2 24 9D 0 54 1F B 142 4D 33
Octal 342 44 235 0 124 37 13 502 115 63
Binary 11100010 100100 10011101 0 1010100 11111 1011 101000010 1001101 110011

Color Harmonies of #E2249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2249D

Black with #E2249D

Text Example


Text Example

White with #E2249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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