Html Css Color HEX #ED72BD Persian Pink

📋 copy color: '#ED72BD'

red 237 ◦ green 114 ◦ blue 189

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

Shades of Persian Pink #ED72BD

Tints of Persian Pink #ED72BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 43.89%
G = 21.11%
B = 35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED72BD (or 0xED72BD) is known color: Persian Pink. HEX triplet: ED, 72 and BD. RGB value is (237,114,189). Sum of RGB (Red+Green+Blue) = 237+114+189=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72BD is #128D42. Grayscale: #9F9F9F. Windows color (decimal): -1215811 or 12415725. OLE color: 12415725.

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

Color convert

RGB 237 114 189 -
CMYK 0 0.52 0.20 0.07
HSL 323.41º 0.77% 0.69% -
HSV(B) 323.41º 0.52% 0.93% -
XYZ 50.13 33.71 52.01 -
YUV 159.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 237 114 189 0 0.52 0.20 0.07 323.41 0.77 0.69
Hex ED 72 BD 0 34 14 7 143 4D 45
Octal 355 162 275 0 64 24 7 503 115 105
Binary 11101101 1110010 10111101 0 110100 10100 111 101000011 1001101 1000101

Color Harmonies of #ED72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72BD

Black with #ED72BD

Text Example


Text Example

White with #ED72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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