Html Css Color HEX #E835AF Persian Rose

📋 copy color: '#E835AF'

red 232 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #E835AF

Tints of Persian Rose #E835AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.52%

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

R = 50.43%
G = 11.52%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E835AF (or 0xE835AF) is known color: Persian Rose. HEX triplet: E8, 35 and AF. RGB value is (232,53,175). Sum of RGB (Red+Green+Blue) = 232+53+175=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E835AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E835AF is #17CA50. Grayscale: #787878. Windows color (decimal): -1559121 or 11482600. OLE color: 11482600.

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

Color convert

RGB 232 53 175 -
CMYK 0 0.77 0.25 0.09
HSL 319.11º 0.8% 0.56% -
HSV(B) 319.11º 0.77% 0.91% -
XYZ 42.29 22.8 42.73 -
YUV 120.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 232 53 175 0 0.77 0.25 0.09 319.11 0.8 0.56
Hex E8 35 AF 0 4D 19 9 13F 50 38
Octal 350 65 257 0 115 31 11 477 120 70
Binary 11101000 110101 10101111 0 1001101 11001 1001 100111111 1010000 111000

Color Harmonies of #E835AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E835AF

Black with #E835AF

Text Example


Text Example

White with #E835AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E835AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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