Html Css Color HEX #E7249D Persian Rose

📋 copy color: '#E7249D'

red 231 ◦ green 36 ◦ blue 157

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

Shades of Persian Rose #E7249D

Tints of Persian Rose #E7249D

RGB

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

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

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

R = 54.48%
G = 8.49%
B = 37.03%

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

#E7249D (or 0xE7249D) is known color: Persian Rose. HEX triplet: E7, 24 and 9D. RGB value is (231,36,157). Sum of RGB (Red+Green+Blue) = 231+36+157=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7249D is #18DB62. Grayscale: #6B6B6B. Windows color (decimal): -1629027 or 10298599. OLE color: 10298599.

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

Color convert

RGB 231 36 157 -
CMYK 0 0.84 0.32 0.09
HSL 322.77º 0.8% 0.52% -
HSV(B) 322.77º 0.84% 0.91% -
XYZ 39.67 20.69 33.8 -
YUV 108.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 231 36 157 0 0.84 0.32 0.09 322.77 0.8 0.52
Hex E7 24 9D 0 54 20 9 143 50 34
Octal 347 44 235 0 124 40 11 503 120 64
Binary 11100111 100100 10011101 0 1010100 100000 1001 101000011 1010000 110100

Color Harmonies of #E7249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7249D

Black with #E7249D

Text Example


Text Example

White with #E7249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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