Html Css Color HEX #E7249A Persian Rose

📋 copy color: '#E7249A'

red 231 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #E7249A

Tints of Persian Rose #E7249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 54.87%
G = 8.55%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7249A (or 0xE7249A) is known color: Persian Rose. HEX triplet: E7, 24 and 9A. RGB value is (231,36,154). Sum of RGB (Red+Green+Blue) = 231+36+154=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7249A is #18DB65. Grayscale: #6B6B6B. Windows color (decimal): -1629030 or 10101991. OLE color: 10101991.

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

Color convert

RGB 231 36 154 -
CMYK 0 0.84 0.33 0.09
HSL 323.69º 0.8% 0.52% -
HSV(B) 323.69º 0.84% 0.91% -
XYZ 39.42 20.58 32.47 -
YUV 107.76 154.1 215.91 -
System Red Green Blue C M Y K H S L
Decimal 231 36 154 0 0.84 0.33 0.09 323.69 0.8 0.52
Hex E7 24 9A 0 54 21 9 144 50 34
Octal 347 44 232 0 124 41 11 504 120 64
Binary 11100111 100100 10011010 0 1010100 100001 1001 101000100 1010000 110100

Color Harmonies of #E7249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7249A

Black with #E7249A

Text Example


Text Example

White with #E7249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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