Html Css Color HEX #ED78BA Persian Pink

📋 copy color: '#ED78BA'

red 237 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #ED78BA

Tints of Persian Pink #ED78BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 43.65%
G = 22.1%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED78BA (or 0xED78BA) is known color: Persian Pink. HEX triplet: ED, 78 and BA. RGB value is (237,120,186). Sum of RGB (Red+Green+Blue) = 237+120+186=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BA is #128745. Grayscale: #A2A2A2. Windows color (decimal): -1214278 or 12220653. OLE color: 12220653.

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

Color convert

RGB 237 120 186 -
CMYK 0 0.49 0.22 0.07
HSL 326.15º 0.76% 0.7% -
HSV(B) 326.15º 0.49% 0.93% -
XYZ 50.5 34.98 50.54 -
YUV 162.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 237 120 186 0 0.49 0.22 0.07 326.15 0.76 0.7
Hex ED 78 BA 0 31 16 7 146 4C 46
Octal 355 170 272 0 61 26 7 506 114 106
Binary 11101101 1111000 10111010 0 110001 10110 111 101000110 1001100 1000110

Color Harmonies of #ED78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78BA

Black with #ED78BA

Text Example


Text Example

White with #ED78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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