Html Css Color HEX #ED78BD Persian Pink

📋 copy color: '#ED78BD'

red 237 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #ED78BD

Tints of Persian Pink #ED78BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.62%

R = 43.41%
G = 21.98%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED78BD (or 0xED78BD) is known color: Persian Pink. HEX triplet: ED, 78 and BD. RGB value is (237,120,189). Sum of RGB (Red+Green+Blue) = 237+120+189=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BD is #128742. Grayscale: #A2A2A2. Windows color (decimal): -1214275 or 12417261. OLE color: 12417261.

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

Color convert

RGB 237 120 189 -
CMYK 0 0.49 0.20 0.07
HSL 324.62º 0.76% 0.7% -
HSV(B) 324.62º 0.49% 0.93% -
XYZ 50.83 35.11 52.24 -
YUV 162.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 237 120 189 0 0.49 0.20 0.07 324.62 0.76 0.7
Hex ED 78 BD 0 31 14 7 145 4C 46
Octal 355 170 275 0 61 24 7 505 114 106
Binary 11101101 1111000 10111101 0 110001 10100 111 101000101 1001100 1000110

Color Harmonies of #ED78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78BD

Black with #ED78BD

Text Example


Text Example

White with #ED78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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