Html Css Color HEX #E632AB Persian Rose

📋 copy color: '#E632AB'

red 230 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #E632AB

Tints of Persian Rose #E632AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 51%
G = 11.09%
B = 37.92%

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

#E632AB (or 0xE632AB) is known color: Persian Rose. HEX triplet: E6, 32 and AB. RGB value is (230,50,171). Sum of RGB (Red+Green+Blue) = 230+50+171=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E632AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632AB is #19CD54. Grayscale: #757575. Windows color (decimal): -1690965 or 11219686. OLE color: 11219686.

HSL color Cylindrical-coordinate representation of color #E632AB: hue angle of 319.67º 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 #E632AB is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 171 -
CMYK 0 0.78 0.26 0.10
HSL 319.67º 0.78% 0.55% -
HSV(B) 319.67º 0.78% 0.9% -
XYZ 41.12 22.04 40.62 -
YUV 117.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 230 50 171 0 0.78 0.26 0.10 319.67 0.78 0.55
Hex E6 32 AB 0 4E 1A A 140 4E 37
Octal 346 62 253 0 116 32 12 500 116 67
Binary 11100110 110010 10101011 0 1001110 11010 1010 101000000 1001110 110111

Color Harmonies of #E632AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632AB

Black with #E632AB

Text Example


Text Example

White with #E632AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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