Html Css Color HEX #EA78C1 Persian Pink

📋 copy color: '#EA78C1'

red 234 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #EA78C1

Tints of Persian Pink #EA78C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 42.78%
G = 21.94%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA78C1 (or 0xEA78C1) is known color: Persian Pink. HEX triplet: EA, 78 and C1. RGB value is (234,120,193). Sum of RGB (Red+Green+Blue) = 234+120+193=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C1 is #15873E. Grayscale: #A2A2A2. Windows color (decimal): -1410879 or 12679402. OLE color: 12679402.

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

Color convert

RGB 234 120 193 -
CMYK 0 0.49 0.18 0.08
HSL 321.58º 0.73% 0.69% -
HSV(B) 321.58º 0.49% 0.92% -
XYZ 50.27 34.78 54.51 -
YUV 162.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 234 120 193 0 0.49 0.18 0.08 321.58 0.73 0.69
Hex EA 78 C1 0 31 12 8 142 49 45
Octal 352 170 301 0 61 22 10 502 111 105
Binary 11101010 1111000 11000001 0 110001 10010 1000 101000010 1001001 1000101

Color Harmonies of #EA78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78C1

Black with #EA78C1

Text Example


Text Example

White with #EA78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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