Html Css Color HEX #E834AB Persian Rose

📋 copy color: '#E834AB'

red 232 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #E834AB

Tints of Persian Rose #E834AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.43%

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

R = 50.99%
G = 11.43%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E834AB (or 0xE834AB) is known color: Persian Rose. HEX triplet: E8, 34 and AB. RGB value is (232,52,171). Sum of RGB (Red+Green+Blue) = 232+52+171=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E834AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E834AB is #17CB54. Grayscale: #777777. Windows color (decimal): -1559381 or 11220200. OLE color: 11220200.

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

Color convert

RGB 232 52 171 -
CMYK 0 0.78 0.26 0.09
HSL 320.33º 0.8% 0.56% -
HSV(B) 320.33º 0.78% 0.91% -
XYZ 41.86 22.55 40.67 -
YUV 119.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 232 52 171 0 0.78 0.26 0.09 320.33 0.8 0.56
Hex E8 34 AB 0 4E 1A 9 140 50 38
Octal 350 64 253 0 116 32 11 500 120 70
Binary 11101000 110100 10101011 0 1001110 11010 1001 101000000 1010000 111000

Color Harmonies of #E834AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E834AB

Black with #E834AB

Text Example


Text Example

White with #E834AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E834AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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