Html Css Color HEX #EA78AF Persian Pink

📋 copy color: '#EA78AF'

red 234 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #EA78AF

Tints of Persian Pink #EA78AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 44.23%
G = 22.68%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA78AF (or 0xEA78AF) is known color: Persian Pink. HEX triplet: EA, 78 and AF. RGB value is (234,120,175). Sum of RGB (Red+Green+Blue) = 234+120+175=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA78AF is #158750. Grayscale: #A0A0A0. Windows color (decimal): -1410897 or 11499754. OLE color: 11499754.

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

Color convert

RGB 234 120 175 -
CMYK 0 0.49 0.25 0.08
HSL 331.05º 0.73% 0.69% -
HSV(B) 331.05º 0.49% 0.92% -
XYZ 48.39 34.02 44.57 -
YUV 160.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 234 120 175 0 0.49 0.25 0.08 331.05 0.73 0.69
Hex EA 78 AF 0 31 19 8 14B 49 45
Octal 352 170 257 0 61 31 10 513 111 105
Binary 11101010 1111000 10101111 0 110001 11001 1000 101001011 1001001 1000101

Color Harmonies of #EA78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78AF

Black with #EA78AF

Text Example


Text Example

White with #EA78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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