Html Css Color HEX #E730A9 Persian Rose

📋 copy color: '#E730A9'

red 231 ◦ green 48 ◦ blue 169

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

Shades of Persian Rose #E730A9

Tints of Persian Rose #E730A9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 51.56%
G = 10.71%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E730A9 (or 0xE730A9) is known color: Persian Rose. HEX triplet: E7, 30 and A9. RGB value is (231,48,169). Sum of RGB (Red+Green+Blue) = 231+48+169=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E730A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730A9 is #18CF56. Grayscale: #747474. Windows color (decimal): -1625943 or 11088103. OLE color: 11088103.

HSL color Cylindrical-coordinate representation of color #E730A9: hue angle of 320.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730A9 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 48 169 -
CMYK 0 0.79 0.27 0.09
HSL 320.33º 0.79% 0.55% -
HSV(B) 320.33º 0.79% 0.91% -
XYZ 41.17 21.97 39.61 -
YUV 116.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 231 48 169 0 0.79 0.27 0.09 320.33 0.79 0.55
Hex E7 30 A9 0 4F 1B 9 140 4F 37
Octal 347 60 251 0 117 33 11 500 117 67
Binary 11100111 110000 10101001 0 1001111 11011 1001 101000000 1001111 110111

Color Harmonies of #E730A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730A9

Black with #E730A9

Text Example


Text Example

White with #E730A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730A9; }

 p { color: rgb(231,48,169); }

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

background-color css

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

 a { background-color: rgb(231,48,169); }

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

border-color css

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

 span { border-color: rgb(231,48,169); }

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