Html Css Color HEX #EA36AD Persian Rose

📋 copy color: '#EA36AD'

red 234 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #EA36AD

Tints of Persian Rose #EA36AD

RGB

 RED value IS 234 (91.8% from 255) = 50.76%

 GREEN value IS 54 (21.48% from 255) = 11.71%

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

R = 50.76%
G = 11.71%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA36AD (or 0xEA36AD) is known color: Persian Rose. HEX triplet: EA, 36 and AD. RGB value is (234,54,173). Sum of RGB (Red+Green+Blue) = 234+54+173=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA36AD is #15C952. Grayscale: #797979. Windows color (decimal): -1427795 or 11351786. OLE color: 11351786.

HSL color Cylindrical-coordinate representation of color #EA36AD: hue angle of 320.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA36AD is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 173 -
CMYK 0 0.77 0.26 0.08
HSL 320.33º 0.81% 0.56% -
HSV(B) 320.33º 0.77% 0.92% -
XYZ 42.79 23.15 41.75 -
YUV 121.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 234 54 173 0 0.77 0.26 0.08 320.33 0.81 0.56
Hex EA 36 AD 0 4D 1A 8 140 51 38
Octal 352 66 255 0 115 32 10 500 121 70
Binary 11101010 110110 10101101 0 1001101 11010 1000 101000000 1010001 111000

Color Harmonies of #EA36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA36AD

Black with #EA36AD

Text Example


Text Example

White with #EA36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA36AD; }

 p { color: rgb(234,54,173); }

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

background-color css

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

 a { background-color: rgb(234,54,173); }

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

border-color css

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

 span { border-color: rgb(234,54,173); }

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