Html Css Color HEX #E7249F Persian Rose

📋 copy color: '#E7249F'

red 231 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #E7249F

Tints of Persian Rose #E7249F

RGB

 RED value IS 231 (90.63% from 255) = 54.23%

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

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

R = 54.23%
G = 8.45%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E7249F (or 0xE7249F) is known color: Persian Rose. HEX triplet: E7, 24 and 9F. RGB value is (231,36,159). Sum of RGB (Red+Green+Blue) = 231+36+159=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7249F is #18DB60. Grayscale: #6C6C6C. Windows color (decimal): -1629025 or 10429671. OLE color: 10429671.

HSL color Cylindrical-coordinate representation of color #E7249F: hue angle of 322.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7249F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 36 159 -
CMYK 0 0.84 0.31 0.09
HSL 322.15º 0.8% 0.52% -
HSV(B) 322.15º 0.84% 0.91% -
XYZ 39.84 20.75 34.71 -
YUV 108.33 156.6 215.5 -
System Red Green Blue C M Y K H S L
Decimal 231 36 159 0 0.84 0.31 0.09 322.15 0.8 0.52
Hex E7 24 9F 0 54 1F 9 142 50 34
Octal 347 44 237 0 124 37 11 502 120 64
Binary 11100111 100100 10011111 0 1010100 11111 1001 101000010 1010000 110100

Color Harmonies of #E7249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7249F

Black with #E7249F

Text Example


Text Example

White with #E7249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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