Html Css Color HEX #EA78B9 Persian Pink

📋 copy color: '#EA78B9'

red 234 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #EA78B9

Tints of Persian Pink #EA78B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.26%

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 43.41%
G = 22.26%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA78B9 (or 0xEA78B9) is known color: Persian Pink. HEX triplet: EA, 78 and B9. RGB value is (234,120,185). Sum of RGB (Red+Green+Blue) = 234+120+185=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78B9 is #158746. Grayscale: #A1A1A1. Windows color (decimal): -1410887 or 12155114. OLE color: 12155114.

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

Color convert

RGB 234 120 185 -
CMYK 0 0.49 0.21 0.08
HSL 325.79º 0.73% 0.69% -
HSV(B) 325.79º 0.49% 0.92% -
XYZ 49.41 34.43 49.94 -
YUV 161.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 234 120 185 0 0.49 0.21 0.08 325.79 0.73 0.69
Hex EA 78 B9 0 31 15 8 146 49 45
Octal 352 170 271 0 61 25 10 506 111 105
Binary 11101010 1111000 10111001 0 110001 10101 1000 101000110 1001001 1000101

Color Harmonies of #EA78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78B9

Black with #EA78B9

Text Example


Text Example

White with #EA78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78B9; }

 p { color: rgb(234,120,185); }

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

background-color css

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

 a { background-color: rgb(234,120,185); }

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

border-color css

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

 span { border-color: rgb(234,120,185); }

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