Html Css Color HEX #E630AA Persian Rose

📋 copy color: '#E630AA'

red 230 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #E630AA

Tints of Persian Rose #E630AA

RGB

 RED value IS 230 (90.23% from 255) = 51.34%

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

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

R = 51.34%
G = 10.71%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E630AA (or 0xE630AA) is known color: Persian Rose. HEX triplet: E6, 30 and AA. RGB value is (230,48,170). Sum of RGB (Red+Green+Blue) = 230+48+170=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E630AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E630AA is #19CF55. Grayscale: #747474. Windows color (decimal): -1691478 or 11153638. OLE color: 11153638.

HSL color Cylindrical-coordinate representation of color #E630AA: hue angle of 319.78º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630AA is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 48 170 -
CMYK 0 0.79 0.26 0.10
HSL 319.78º 0.78% 0.55% -
HSV(B) 319.78º 0.79% 0.9% -
XYZ 40.95 21.84 40.09 -
YUV 116.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 230 48 170 0 0.79 0.26 0.10 319.78 0.78 0.55
Hex E6 30 AA 0 4F 1A A 140 4E 37
Octal 346 60 252 0 117 32 12 500 116 67
Binary 11100110 110000 10101010 0 1001111 11010 1010 101000000 1001110 110111

Color Harmonies of #E630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630AA

Black with #E630AA

Text Example


Text Example

White with #E630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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