Html Css Color HEX #E934AD Persian Rose

📋 copy color: '#E934AD'

red 233 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #E934AD

Tints of Persian Rose #E934AD

RGB

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

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

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

R = 50.87%
G = 11.35%
B = 37.77%

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

#E934AD (or 0xE934AD) is known color: Persian Rose. HEX triplet: E9, 34 and AD. RGB value is (233,52,173). Sum of RGB (Red+Green+Blue) = 233+52+173=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E934AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E934AD is #16CB52. Grayscale: #777777. Windows color (decimal): -1493843 or 11351273. OLE color: 11351273.

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

Color convert

RGB 233 52 173 -
CMYK 0 0.78 0.26 0.09
HSL 319.89º 0.8% 0.56% -
HSV(B) 319.89º 0.78% 0.91% -
XYZ 42.38 22.8 41.7 -
YUV 119.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 233 52 173 0 0.78 0.26 0.09 319.89 0.8 0.56
Hex E9 34 AD 0 4E 1A 9 140 50 38
Octal 351 64 255 0 116 32 11 500 120 70
Binary 11101001 110100 10101101 0 1001110 11010 1001 101000000 1010000 111000

Color Harmonies of #E934AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E934AD

Black with #E934AD

Text Example


Text Example

White with #E934AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E934AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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