Html Css Color HEX #EA79B4 Persian Pink

📋 copy color: '#EA79B4'

red 234 ◦ green 121 ◦ blue 180

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

Shades of Persian Pink #EA79B4

Tints of Persian Pink #EA79B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 43.74%
G = 22.62%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA79B4 (or 0xEA79B4) is known color: Persian Pink. HEX triplet: EA, 79 and B4. RGB value is (234,121,180). Sum of RGB (Red+Green+Blue) = 234+121+180=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79B4 is #15864B. Grayscale: #A1A1A1. Windows color (decimal): -1410636 or 11827690. OLE color: 11827690.

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

Color convert

RGB 234 121 180 -
CMYK 0 0.48 0.23 0.08
HSL 328.67º 0.73% 0.7% -
HSV(B) 328.67º 0.48% 0.92% -
XYZ 49.01 34.46 47.25 -
YUV 161.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 234 121 180 0 0.48 0.23 0.08 328.67 0.73 0.7
Hex EA 79 B4 0 30 17 8 149 49 46
Octal 352 171 264 0 60 27 10 511 111 106
Binary 11101010 1111001 10110100 0 110000 10111 1000 101001001 1001001 1000110

Color Harmonies of #EA79B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79B4

Black with #EA79B4

Text Example


Text Example

White with #EA79B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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