Html Css Color HEX #ED78BE Persian Pink

📋 copy color: '#ED78BE'

red 237 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #ED78BE

Tints of Persian Pink #ED78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 43.33%
G = 21.94%
B = 34.73%

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

#ED78BE (or 0xED78BE) is known color: Persian Pink. HEX triplet: ED, 78 and BE. RGB value is (237,120,190). Sum of RGB (Red+Green+Blue) = 237+120+190=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BE is #128741. Grayscale: #A2A2A2. Windows color (decimal): -1214274 or 12482797. OLE color: 12482797.

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

Color convert

RGB 237 120 190 -
CMYK 0 0.49 0.20 0.07
HSL 324.1º 0.76% 0.7% -
HSV(B) 324.1º 0.49% 0.93% -
XYZ 50.94 35.16 52.82 -
YUV 162.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 237 120 190 0 0.49 0.20 0.07 324.1 0.76 0.7
Hex ED 78 BE 0 31 14 7 144 4C 46
Octal 355 170 276 0 61 24 7 504 114 106
Binary 11101101 1111000 10111110 0 110001 10100 111 101000100 1001100 1000110

Color Harmonies of #ED78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78BE

Black with #ED78BE

Text Example


Text Example

White with #ED78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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