Html Css Color HEX #ED80C0 Persian Pink

📋 copy color: '#ED80C0'

red 237 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #ED80C0

Tints of Persian Pink #ED80C0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.98%

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 42.55%
G = 22.98%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED80C0 (or 0xED80C0) is known color: Persian Pink. HEX triplet: ED, 80 and C0. RGB value is (237,128,192). Sum of RGB (Red+Green+Blue) = 237+128+192=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C0 is #127F3F. Grayscale: #A7A7A7. Windows color (decimal): -1212224 or 12615917. OLE color: 12615917.

HSL color Cylindrical-coordinate representation of color #ED80C0: hue angle of 324.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80C0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 192 -
CMYK 0 0.46 0.19 0.07
HSL 324.77º 0.75% 0.72% -
HSV(B) 324.77º 0.46% 0.93% -
XYZ 52.16 37.25 54.31 -
YUV 167.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 237 128 192 0 0.46 0.19 0.07 324.77 0.75 0.72
Hex ED 80 C0 0 2E 13 7 145 4B 48
Octal 355 200 300 0 56 23 7 505 113 110
Binary 11101101 10000000 11000000 0 101110 10011 111 101000101 1001011 1001000

Color Harmonies of #ED80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80C0

Black with #ED80C0

Text Example


Text Example

White with #ED80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80C0; }

 p { color: rgb(237,128,192); }

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

background-color css

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

 a { background-color: rgb(237,128,192); }

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

border-color css

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

 span { border-color: rgb(237,128,192); }

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