Html Css Color HEX #ED78BC Persian Pink

📋 copy color: '#ED78BC'

red 237 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #ED78BC

Tints of Persian Pink #ED78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 43.49%
G = 22.02%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED78BC (or 0xED78BC) is known color: Persian Pink. HEX triplet: ED, 78 and BC. RGB value is (237,120,188). Sum of RGB (Red+Green+Blue) = 237+120+188=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BC is #128743. Grayscale: #A2A2A2. Windows color (decimal): -1214276 or 12351725. OLE color: 12351725.

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

Color convert

RGB 237 120 188 -
CMYK 0 0.49 0.21 0.07
HSL 325.13º 0.76% 0.7% -
HSV(B) 325.13º 0.49% 0.93% -
XYZ 50.72 35.07 51.67 -
YUV 162.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 237 120 188 0 0.49 0.21 0.07 325.13 0.76 0.7
Hex ED 78 BC 0 31 15 7 145 4C 46
Octal 355 170 274 0 61 25 7 505 114 106
Binary 11101101 1111000 10111100 0 110001 10101 111 101000101 1001100 1000110

Color Harmonies of #ED78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78BC

Black with #ED78BC

Text Example


Text Example

White with #ED78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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