Html Css Color HEX #ED72BC Persian Pink

📋 copy color: '#ED72BC'

red 237 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #ED72BC

Tints of Persian Pink #ED72BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

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

R = 43.97%
G = 21.15%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED72BC (or 0xED72BC) is known color: Persian Pink. HEX triplet: ED, 72 and BC. RGB value is (237,114,188). Sum of RGB (Red+Green+Blue) = 237+114+188=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72BC is #128D43. Grayscale: #9F9F9F. Windows color (decimal): -1215812 or 12350189. OLE color: 12350189.

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

Color convert

RGB 237 114 188 -
CMYK 0 0.52 0.21 0.07
HSL 323.9º 0.77% 0.69% -
HSV(B) 323.9º 0.52% 0.93% -
XYZ 50.02 33.67 51.44 -
YUV 159.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 237 114 188 0 0.52 0.21 0.07 323.9 0.77 0.69
Hex ED 72 BC 0 34 15 7 144 4D 45
Octal 355 162 274 0 64 25 7 504 115 105
Binary 11101101 1110010 10111100 0 110100 10101 111 101000100 1001101 1000101

Color Harmonies of #ED72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72BC

Black with #ED72BC

Text Example


Text Example

White with #ED72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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