Html Css Color HEX #EA79AD Persian Pink

📋 copy color: '#EA79AD'

red 234 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #EA79AD

Tints of Persian Pink #EA79AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.92%

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

R = 44.32%
G = 22.92%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA79AD (or 0xEA79AD) is known color: Persian Pink. HEX triplet: EA, 79 and AD. RGB value is (234,121,173). Sum of RGB (Red+Green+Blue) = 234+121+173=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA79AD is #158652. Grayscale: #A0A0A0. Windows color (decimal): -1410643 or 11368938. OLE color: 11368938.

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

Color convert

RGB 234 121 173 -
CMYK 0 0.48 0.26 0.08
HSL 332.39º 0.73% 0.7% -
HSV(B) 332.39º 0.48% 0.92% -
XYZ 48.31 34.18 43.59 -
YUV 160.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 234 121 173 0 0.48 0.26 0.08 332.39 0.73 0.7
Hex EA 79 AD 0 30 1A 8 14C 49 46
Octal 352 171 255 0 60 32 10 514 111 106
Binary 11101010 1111001 10101101 0 110000 11010 1000 101001100 1001001 1000110

Color Harmonies of #EA79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79AD

Black with #EA79AD

Text Example


Text Example

White with #EA79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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