Html Css Color HEX #EA79B2 Persian Pink

📋 copy color: '#EA79B2'

red 234 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #EA79B2

Tints of Persian Pink #EA79B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 43.9%
G = 22.7%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA79B2 (or 0xEA79B2) is known color: Persian Pink. HEX triplet: EA, 79 and B2. RGB value is (234,121,178). Sum of RGB (Red+Green+Blue) = 234+121+178=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA79B2 is #15864D. Grayscale: #A1A1A1. Windows color (decimal): -1410638 or 11696618. OLE color: 11696618.

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

Color convert

RGB 234 121 178 -
CMYK 0 0.48 0.24 0.08
HSL 329.73º 0.73% 0.7% -
HSV(B) 329.73º 0.48% 0.92% -
XYZ 48.8 34.38 46.18 -
YUV 161.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 234 121 178 0 0.48 0.24 0.08 329.73 0.73 0.7
Hex EA 79 B2 0 30 18 8 14A 49 46
Octal 352 171 262 0 60 30 10 512 111 106
Binary 11101010 1111001 10110010 0 110000 11000 1000 101001010 1001001 1000110

Color Harmonies of #EA79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79B2

Black with #EA79B2

Text Example


Text Example

White with #EA79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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