Html Css Color HEX #E7249E Persian Rose

📋 copy color: '#E7249E'

red 231 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #E7249E

Tints of Persian Rose #E7249E

RGB

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

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

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

R = 54.35%
G = 8.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7249E (or 0xE7249E) is known color: Persian Rose. HEX triplet: E7, 24 and 9E. RGB value is (231,36,158). Sum of RGB (Red+Green+Blue) = 231+36+158=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7249E is #18DB61. Grayscale: #6B6B6B. Windows color (decimal): -1629026 or 10364135. OLE color: 10364135.

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

Color convert

RGB 231 36 158 -
CMYK 0 0.84 0.32 0.09
HSL 322.46º 0.8% 0.52% -
HSV(B) 322.46º 0.84% 0.91% -
XYZ 39.76 20.72 34.25 -
YUV 108.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 231 36 158 0 0.84 0.32 0.09 322.46 0.8 0.52
Hex E7 24 9E 0 54 20 9 142 50 34
Octal 347 44 236 0 124 40 11 502 120 64
Binary 11100111 100100 10011110 0 1010100 100000 1001 101000010 1010000 110100

Color Harmonies of #E7249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7249E

Black with #E7249E

Text Example


Text Example

White with #E7249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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