Html Css Color HEX #ED7DBC Persian Pink

📋 copy color: '#ED7DBC'

red 237 ◦ green 125 ◦ blue 188

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

Shades of Persian Pink #ED7DBC

Tints of Persian Pink #ED7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.73%

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 43.09%
G = 22.73%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBC (or 0xED7DBC) is known color: Persian Pink. HEX triplet: ED, 7D and BC. RGB value is (237,125,188). Sum of RGB (Red+Green+Blue) = 237+125+188=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBC is #128243. Grayscale: #A5A5A5. Windows color (decimal): -1212996 or 12353005. OLE color: 12353005.

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

Color convert

RGB 237 125 188 -
CMYK 0 0.47 0.21 0.07
HSL 326.25º 0.76% 0.71% -
HSV(B) 326.25º 0.47% 0.93% -
XYZ 51.34 36.3 51.88 -
YUV 165.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 237 125 188 0 0.47 0.21 0.07 326.25 0.76 0.71
Hex ED 7D BC 0 2F 15 7 146 4C 47
Octal 355 175 274 0 57 25 7 506 114 107
Binary 11101101 1111101 10111100 0 101111 10101 111 101000110 1001100 1000111

Color Harmonies of #ED7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBC

Black with #ED7DBC

Text Example


Text Example

White with #ED7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBC; }

 p { color: rgb(237,125,188); }

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

background-color css

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

 a { background-color: rgb(237,125,188); }

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

border-color css

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

 span { border-color: rgb(237,125,188); }

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