Html Css Color HEX #E632AA Persian Rose

📋 copy color: '#E632AA'

red 230 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #E632AA

Tints of Persian Rose #E632AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.11%

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

R = 51.11%
G = 11.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E632AA (or 0xE632AA) is known color: Persian Rose. HEX triplet: E6, 32 and AA. RGB value is (230,50,170). Sum of RGB (Red+Green+Blue) = 230+50+170=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E632AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632AA is #19CD55. Grayscale: #757575. Windows color (decimal): -1690966 or 11154150. OLE color: 11154150.

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

Color convert

RGB 230 50 170 -
CMYK 0 0.78 0.26 0.10
HSL 320º 0.78% 0.55% -
HSV(B) 320º 0.78% 0.9% -
XYZ 41.03 22.01 40.12 -
YUV 117.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 230 50 170 0 0.78 0.26 0.10 320 0.78 0.55
Hex E6 32 AA 0 4E 1A A 140 4E 37
Octal 346 62 252 0 116 32 12 500 116 67
Binary 11100110 110010 10101010 0 1001110 11010 1010 101000000 1001110 110111

Color Harmonies of #E632AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632AA

Black with #E632AA

Text Example


Text Example

White with #E632AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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