Html Css Color HEX #ED73BE Persian Pink

📋 copy color: '#ED73BE'

red 237 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #ED73BE

Tints of Persian Pink #ED73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 43.73%
G = 21.22%
B = 35.06%

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

#ED73BE (or 0xED73BE) is known color: Persian Pink. HEX triplet: ED, 73 and BE. RGB value is (237,115,190). Sum of RGB (Red+Green+Blue) = 237+115+190=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73BE is #128C41. Grayscale: #9F9F9F. Windows color (decimal): -1215554 or 12481517. OLE color: 12481517.

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

Color convert

RGB 237 115 190 -
CMYK 0 0.51 0.20 0.07
HSL 323.11º 0.77% 0.69% -
HSV(B) 323.11º 0.51% 0.93% -
XYZ 50.35 33.98 52.62 -
YUV 160.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 237 115 190 0 0.51 0.20 0.07 323.11 0.77 0.69
Hex ED 73 BE 0 33 14 7 143 4D 45
Octal 355 163 276 0 63 24 7 503 115 105
Binary 11101101 1110011 10111110 0 110011 10100 111 101000011 1001101 1000101

Color Harmonies of #ED73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73BE

Black with #ED73BE

Text Example


Text Example

White with #ED73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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