Html Css Color HEX #ED78AF Persian Pink

📋 copy color: '#ED78AF'

red 237 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #ED78AF

Tints of Persian Pink #ED78AF

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

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

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

R = 44.55%
G = 22.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED78AF (or 0xED78AF) is known color: Persian Pink. HEX triplet: ED, 78 and AF. RGB value is (237,120,175). Sum of RGB (Red+Green+Blue) = 237+120+175=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED78AF is #128750. Grayscale: #A1A1A1. Windows color (decimal): -1214289 or 11499757. OLE color: 11499757.

HSL color Cylindrical-coordinate representation of color #ED78AF: hue angle of 331.79º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78AF is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 175 -
CMYK 0 0.49 0.26 0.07
HSL 331.79º 0.76% 0.7% -
HSV(B) 331.79º 0.49% 0.93% -
XYZ 49.38 34.53 44.62 -
YUV 161.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 237 120 175 0 0.49 0.26 0.07 331.79 0.76 0.7
Hex ED 78 AF 0 31 1A 7 14C 4C 46
Octal 355 170 257 0 61 32 7 514 114 106
Binary 11101101 1111000 10101111 0 110001 11010 111 101001100 1001100 1000110

Color Harmonies of #ED78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78AF

Black with #ED78AF

Text Example


Text Example

White with #ED78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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