Html Css Color HEX #E730A0 Persian Rose

📋 copy color: '#E730A0'

red 231 ◦ green 48 ◦ blue 160

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

Shades of Persian Rose #E730A0

Tints of Persian Rose #E730A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 52.62%
G = 10.93%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E730A0 (or 0xE730A0) is known color: Persian Rose. HEX triplet: E7, 30 and A0. RGB value is (231,48,160). Sum of RGB (Red+Green+Blue) = 231+48+160=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E730A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730A0 is #18CF5F. Grayscale: #737373. Windows color (decimal): -1625952 or 10498279. OLE color: 10498279.

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

Color convert

RGB 231 48 160 -
CMYK 0 0.79 0.31 0.09
HSL 323.28º 0.79% 0.55% -
HSV(B) 323.28º 0.79% 0.91% -
XYZ 40.36 21.64 35.31 -
YUV 115.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 231 48 160 0 0.79 0.31 0.09 323.28 0.79 0.55
Hex E7 30 A0 0 4F 1F 9 143 4F 37
Octal 347 60 240 0 117 37 11 503 117 67
Binary 11100111 110000 10100000 0 1001111 11111 1001 101000011 1001111 110111

Color Harmonies of #E730A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730A0

Black with #E730A0

Text Example


Text Example

White with #E730A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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