Html Css Color HEX #E2259F Persian Rose

📋 copy color: '#E2259F'

red 226 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #E2259F

Tints of Persian Rose #E2259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

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

R = 53.55%
G = 8.77%
B = 37.68%

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

#E2259F (or 0xE2259F) is known color: Persian Rose. HEX triplet: E2, 25 and 9F. RGB value is (226,37,159). Sum of RGB (Red+Green+Blue) = 226+37+159=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2259F is #1DDA60. Grayscale: #6B6B6B. Windows color (decimal): -1956449 or 10429922. OLE color: 10429922.

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

Color convert

RGB 226 37 159 -
CMYK 0 0.84 0.30 0.11
HSL 321.27º 0.77% 0.52% -
HSV(B) 321.27º 0.84% 0.89% -
XYZ 38.28 20 34.64 -
YUV 107.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 226 37 159 0 0.84 0.30 0.11 321.27 0.77 0.52
Hex E2 25 9F 0 54 1E B 141 4D 34
Octal 342 45 237 0 124 36 13 501 115 64
Binary 11100010 100101 10011111 0 1010100 11110 1011 101000001 1001101 110100

Color Harmonies of #E2259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2259F

Black with #E2259F

Text Example


Text Example

White with #E2259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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