Html Css Color HEX #EA78C2 Persian Pink

📋 copy color: '#EA78C2'

red 234 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #EA78C2

Tints of Persian Pink #EA78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 42.7%
G = 21.9%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA78C2 (or 0xEA78C2) is known color: Persian Pink. HEX triplet: EA, 78 and C2. RGB value is (234,120,194). Sum of RGB (Red+Green+Blue) = 234+120+194=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C2 is #15873D. Grayscale: #A2A2A2. Windows color (decimal): -1410878 or 12744938. OLE color: 12744938.

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

Color convert

RGB 234 120 194 -
CMYK 0 0.49 0.17 0.08
HSL 321.05º 0.73% 0.69% -
HSV(B) 321.05º 0.49% 0.92% -
XYZ 50.39 34.82 55.1 -
YUV 162.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 234 120 194 0 0.49 0.17 0.08 321.05 0.73 0.69
Hex EA 78 C2 0 31 11 8 141 49 45
Octal 352 170 302 0 61 21 10 501 111 105
Binary 11101010 1111000 11000010 0 110001 10001 1000 101000001 1001001 1000101

Color Harmonies of #EA78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78C2

Black with #EA78C2

Text Example


Text Example

White with #EA78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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