Html Css Color HEX #EA78B2 Persian Pink

📋 copy color: '#EA78B2'

red 234 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #EA78B2

Tints of Persian Pink #EA78B2

RGB

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

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

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

R = 43.98%
G = 22.56%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA78B2 (or 0xEA78B2) is known color: Persian Pink. HEX triplet: EA, 78 and B2. RGB value is (234,120,178). Sum of RGB (Red+Green+Blue) = 234+120+178=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA78B2 is #15874D. Grayscale: #A0A0A0. Windows color (decimal): -1410894 or 11696362. OLE color: 11696362.

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

Color convert

RGB 234 120 178 -
CMYK 0 0.49 0.24 0.08
HSL 329.47º 0.73% 0.69% -
HSV(B) 329.47º 0.49% 0.92% -
XYZ 48.68 34.14 46.14 -
YUV 160.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 234 120 178 0 0.49 0.24 0.08 329.47 0.73 0.69
Hex EA 78 B2 0 31 18 8 149 49 45
Octal 352 170 262 0 61 30 10 511 111 105
Binary 11101010 1111000 10110010 0 110001 11000 1000 101001001 1001001 1000101

Color Harmonies of #EA78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78B2

Black with #EA78B2

Text Example


Text Example

White with #EA78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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