Html Css Color HEX #E834AF Persian Rose

📋 copy color: '#E834AF'

red 232 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #E834AF

Tints of Persian Rose #E834AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 50.54%
G = 11.33%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E834AF (or 0xE834AF) is known color: Persian Rose. HEX triplet: E8, 34 and AF. RGB value is (232,52,175). Sum of RGB (Red+Green+Blue) = 232+52+175=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E834AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E834AF is #17CB50. Grayscale: #777777. Windows color (decimal): -1559377 or 11482344. OLE color: 11482344.

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

Color convert

RGB 232 52 175 -
CMYK 0 0.78 0.25 0.09
HSL 319º 0.8% 0.56% -
HSV(B) 319º 0.78% 0.91% -
XYZ 42.24 22.71 42.71 -
YUV 119.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 232 52 175 0 0.78 0.25 0.09 319 0.8 0.56
Hex E8 34 AF 0 4E 19 9 13F 50 38
Octal 350 64 257 0 116 31 11 477 120 70
Binary 11101000 110100 10101111 0 1001110 11001 1001 100111111 1010000 111000

Color Harmonies of #E834AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E834AF

Black with #E834AF

Text Example


Text Example

White with #E834AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E834AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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