Html Css Color HEX #ED7CC0 Persian Pink

📋 copy color: '#ED7CC0'

red 237 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #ED7CC0

Tints of Persian Pink #ED7CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

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

R = 42.86%
G = 22.42%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED7CC0 (or 0xED7CC0) is known color: Persian Pink. HEX triplet: ED, 7C and C0. RGB value is (237,124,192). Sum of RGB (Red+Green+Blue) = 237+124+192=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CC0 is #12833F. Grayscale: #A5A5A5. Windows color (decimal): -1213248 or 12614893. OLE color: 12614893.

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

Color convert

RGB 237 124 192 -
CMYK 0 0.48 0.19 0.07
HSL 323.89º 0.76% 0.71% -
HSV(B) 323.89º 0.48% 0.93% -
XYZ 51.65 36.23 54.14 -
YUV 165.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 237 124 192 0 0.48 0.19 0.07 323.89 0.76 0.71
Hex ED 7C C0 0 30 13 7 144 4C 47
Octal 355 174 300 0 60 23 7 504 114 107
Binary 11101101 1111100 11000000 0 110000 10011 111 101000100 1001100 1000111

Color Harmonies of #ED7CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CC0

Black with #ED7CC0

Text Example


Text Example

White with #ED7CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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