Html Css Color HEX #E940AD Persian Rose

📋 copy color: '#E940AD'

red 233 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #E940AD

Tints of Persian Rose #E940AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 49.57%
G = 13.62%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E940AD (or 0xE940AD) is known color: Persian Rose. HEX triplet: E9, 40 and AD. RGB value is (233,64,173). Sum of RGB (Red+Green+Blue) = 233+64+173=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E940AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940AD is #16BF52. Grayscale: #7E7E7E. Windows color (decimal): -1490771 or 11354345. OLE color: 11354345.

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

Color convert

RGB 233 64 173 -
CMYK 0 0.73 0.26 0.09
HSL 321.3º 0.79% 0.58% -
HSV(B) 321.3º 0.73% 0.91% -
XYZ 42.98 24.01 41.9 -
YUV 126.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 233 64 173 0 0.73 0.26 0.09 321.3 0.79 0.58
Hex E9 40 AD 0 49 1A 9 141 4F 3A
Octal 351 100 255 0 111 32 11 501 117 72
Binary 11101001 1000000 10101101 0 1001001 11010 1001 101000001 1001111 111010

Color Harmonies of #E940AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E940AD

Black with #E940AD

Text Example


Text Example

White with #E940AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E940AD; }

 p { color: rgb(233,64,173); }

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

background-color css

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

 a { background-color: rgb(233,64,173); }

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

border-color css

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

 span { border-color: rgb(233,64,173); }

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