Html Css Color HEX #E935AA Persian Rose

📋 copy color: '#E935AA'

red 233 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #E935AA

Tints of Persian Rose #E935AA

RGB

 RED value IS 233 (91.41% from 255) = 51.1%

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

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 51.1%
G = 11.62%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E935AA (or 0xE935AA) is known color: Persian Rose. HEX triplet: E9, 35 and AA. RGB value is (233,53,170). Sum of RGB (Red+Green+Blue) = 233+53+170=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E935AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E935AA is #16CA55. Grayscale: #777777. Windows color (decimal): -1493590 or 11154921. OLE color: 11154921.

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

Color convert

RGB 233 53 170 -
CMYK 0 0.77 0.27 0.09
HSL 321º 0.8% 0.56% -
HSV(B) 321º 0.77% 0.91% -
XYZ 42.13 22.77 40.21 -
YUV 120.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 233 53 170 0 0.77 0.27 0.09 321 0.8 0.56
Hex E9 35 AA 0 4D 1B 9 141 50 38
Octal 351 65 252 0 115 33 11 501 120 70
Binary 11101001 110101 10101010 0 1001101 11011 1001 101000001 1010000 111000

Color Harmonies of #E935AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E935AA

Black with #E935AA

Text Example


Text Example

White with #E935AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E935AA; }

 p { color: rgb(233,53,170); }

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

background-color css

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

 a { background-color: rgb(233,53,170); }

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

border-color css

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

 span { border-color: rgb(233,53,170); }

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