Html Css Color HEX #E7249C Persian Rose

📋 copy color: '#E7249C'

red 231 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #E7249C

Tints of Persian Rose #E7249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 54.61%
G = 8.51%
B = 36.88%

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

#E7249C (or 0xE7249C) is known color: Persian Rose. HEX triplet: E7, 24 and 9C. RGB value is (231,36,156). Sum of RGB (Red+Green+Blue) = 231+36+156=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7249C is #18DB63. Grayscale: #6B6B6B. Windows color (decimal): -1629028 or 10233063. OLE color: 10233063.

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

Color convert

RGB 231 36 156 -
CMYK 0 0.84 0.32 0.09
HSL 323.08º 0.8% 0.52% -
HSV(B) 323.08º 0.84% 0.91% -
XYZ 39.59 20.65 33.35 -
YUV 107.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 231 36 156 0 0.84 0.32 0.09 323.08 0.8 0.52
Hex E7 24 9C 0 54 20 9 143 50 34
Octal 347 44 234 0 124 40 11 503 120 64
Binary 11100111 100100 10011100 0 1010100 100000 1001 101000011 1010000 110100

Color Harmonies of #E7249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7249C

Black with #E7249C

Text Example


Text Example

White with #E7249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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