Html Css Color HEX #EA79B8 Persian Pink

📋 copy color: '#EA79B8'

red 234 ◦ green 121 ◦ blue 184

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

Shades of Persian Pink #EA79B8

Tints of Persian Pink #EA79B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 43.41%
G = 22.45%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA79B8 (or 0xEA79B8) is known color: Persian Pink. HEX triplet: EA, 79 and B8. RGB value is (234,121,184). Sum of RGB (Red+Green+Blue) = 234+121+184=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79B8 is #158647. Grayscale: #A1A1A1. Windows color (decimal): -1410632 or 12089834. OLE color: 12089834.

HSL color Cylindrical-coordinate representation of color #EA79B8: hue angle of 326.55º 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 #EA79B8 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 184 -
CMYK 0 0.48 0.21 0.08
HSL 326.55º 0.73% 0.7% -
HSV(B) 326.55º 0.48% 0.92% -
XYZ 49.42 34.63 49.43 -
YUV 161.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 234 121 184 0 0.48 0.21 0.08 326.55 0.73 0.7
Hex EA 79 B8 0 30 15 8 147 49 46
Octal 352 171 270 0 60 25 10 507 111 106
Binary 11101010 1111001 10111000 0 110000 10101 1000 101000111 1001001 1000110

Color Harmonies of #EA79B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79B8

Black with #EA79B8

Text Example


Text Example

White with #EA79B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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