Html Css Color HEX #E827AB Persian Rose

📋 copy color: '#E827AB'

red 232 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #E827AB

Tints of Persian Rose #E827AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.82%

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

R = 52.49%
G = 8.82%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E827AB (or 0xE827AB) is known color: Persian Rose. HEX triplet: E8, 27 and AB. RGB value is (232,39,171). Sum of RGB (Red+Green+Blue) = 232+39+171=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E827AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E827AB is #17D854. Grayscale: #6F6F6F. Windows color (decimal): -1562709 or 11216872. OLE color: 11216872.

HSL color Cylindrical-coordinate representation of color #E827AB: hue angle of 318.96º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E827AB is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 39 171 -
CMYK 0 0.83 0.26 0.09
HSL 318.96º 0.81% 0.53% -
HSV(B) 318.96º 0.83% 0.91% -
XYZ 41.35 21.55 40.51 -
YUV 111.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 232 39 171 0 0.83 0.26 0.09 318.96 0.81 0.53
Hex E8 27 AB 0 53 1A 9 13F 51 35
Octal 350 47 253 0 123 32 11 477 121 65
Binary 11101000 100111 10101011 0 1010011 11010 1001 100111111 1010001 110101

Color Harmonies of #E827AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E827AB

Black with #E827AB

Text Example


Text Example

White with #E827AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E827AB; }

 p { color: rgb(232,39,171); }

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

background-color css

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

 a { background-color: rgb(232,39,171); }

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

border-color css

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

 span { border-color: rgb(232,39,171); }

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