Html Css Color HEX #EA40AD Persian Rose

📋 copy color: '#EA40AD'

red 234 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #EA40AD

Tints of Persian Rose #EA40AD

RGB

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

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

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

R = 49.68%
G = 13.59%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA40AD (or 0xEA40AD) is known color: Persian Rose. HEX triplet: EA, 40 and AD. RGB value is (234,64,173). Sum of RGB (Red+Green+Blue) = 234+64+173=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA40AD is #15BF52. Grayscale: #7E7E7E. Windows color (decimal): -1425235 or 11354346. OLE color: 11354346.

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

Color convert

RGB 234 64 173 -
CMYK 0 0.73 0.26 0.08
HSL 321.53º 0.8% 0.58% -
HSV(B) 321.53º 0.73% 0.92% -
XYZ 43.31 24.18 41.92 -
YUV 127.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 234 64 173 0 0.73 0.26 0.08 321.53 0.8 0.58
Hex EA 40 AD 0 49 1A 8 142 50 3A
Octal 352 100 255 0 111 32 10 502 120 72
Binary 11101010 1000000 10101101 0 1001001 11010 1000 101000010 1010000 111010

Color Harmonies of #EA40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40AD

Black with #EA40AD

Text Example


Text Example

White with #EA40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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