Html Css Color HEX #ED73BD Persian Pink

📋 copy color: '#ED73BD'

red 237 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #ED73BD

Tints of Persian Pink #ED73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.26%

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

R = 43.81%
G = 21.26%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED73BD (or 0xED73BD) is known color: Persian Pink. HEX triplet: ED, 73 and BD. RGB value is (237,115,189). Sum of RGB (Red+Green+Blue) = 237+115+189=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73BD is #128C42. Grayscale: #9F9F9F. Windows color (decimal): -1215555 or 12415981. OLE color: 12415981.

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

Color convert

RGB 237 115 189 -
CMYK 0 0.51 0.20 0.07
HSL 323.61º 0.77% 0.69% -
HSV(B) 323.61º 0.51% 0.93% -
XYZ 50.24 33.94 52.05 -
YUV 159.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 237 115 189 0 0.51 0.20 0.07 323.61 0.77 0.69
Hex ED 73 BD 0 33 14 7 144 4D 45
Octal 355 163 275 0 63 24 7 504 115 105
Binary 11101101 1110011 10111101 0 110011 10100 111 101000100 1001101 1000101

Color Harmonies of #ED73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73BD

Black with #ED73BD

Text Example


Text Example

White with #ED73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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