Html Css Color HEX #E830AA Persian Rose

📋 copy color: '#E830AA'

red 232 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #E830AA

Tints of Persian Rose #E830AA

RGB

 RED value IS 232 (91.02% from 255) = 51.56%

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 51.56%
G = 10.67%
B = 37.78%

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

#E830AA (or 0xE830AA) is known color: Persian Rose. HEX triplet: E8, 30 and AA. RGB value is (232,48,170). Sum of RGB (Red+Green+Blue) = 232+48+170=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E830AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E830AA is #17CF55. Grayscale: #747474. Windows color (decimal): -1560406 or 11153640. OLE color: 11153640.

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

Color convert

RGB 232 48 170 -
CMYK 0 0.79 0.27 0.09
HSL 320.22º 0.8% 0.55% -
HSV(B) 320.22º 0.79% 0.91% -
XYZ 41.59 22.17 40.12 -
YUV 116.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 232 48 170 0 0.79 0.27 0.09 320.22 0.8 0.55
Hex E8 30 AA 0 4F 1B 9 140 50 37
Octal 350 60 252 0 117 33 11 500 120 67
Binary 11101000 110000 10101010 0 1001111 11011 1001 101000000 1010000 110111

Color Harmonies of #E830AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830AA

Black with #E830AA

Text Example


Text Example

White with #E830AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830AA; }

 p { color: rgb(232,48,170); }

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

background-color css

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

 a { background-color: rgb(232,48,170); }

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

border-color css

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

 span { border-color: rgb(232,48,170); }

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