Html Css Color HEX #EA79BE Persian Pink

📋 copy color: '#EA79BE'

red 234 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #EA79BE

Tints of Persian Pink #EA79BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 42.94%
G = 22.2%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA79BE (or 0xEA79BE) is known color: Persian Pink. HEX triplet: EA, 79 and BE. RGB value is (234,121,190). Sum of RGB (Red+Green+Blue) = 234+121+190=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79BE is #158641. Grayscale: #A2A2A2. Windows color (decimal): -1410626 or 12483050. OLE color: 12483050.

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

Color convert

RGB 234 121 190 -
CMYK 0 0.48 0.19 0.08
HSL 323.36º 0.73% 0.7% -
HSV(B) 323.36º 0.48% 0.92% -
XYZ 50.06 34.88 52.81 -
YUV 162.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 234 121 190 0 0.48 0.19 0.08 323.36 0.73 0.7
Hex EA 79 BE 0 30 13 8 143 49 46
Octal 352 171 276 0 60 23 10 503 111 106
Binary 11101010 1111001 10111110 0 110000 10011 1000 101000011 1001001 1000110

Color Harmonies of #EA79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79BE

Black with #EA79BE

Text Example


Text Example

White with #EA79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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