Html Css Color HEX #ED73B6 Persian Pink

📋 copy color: '#ED73B6'

red 237 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #ED73B6

Tints of Persian Pink #ED73B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.08%

R = 44.38%
G = 21.54%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED73B6 (or 0xED73B6) is known color: Persian Pink. HEX triplet: ED, 73 and B6. RGB value is (237,115,182). Sum of RGB (Red+Green+Blue) = 237+115+182=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73B6 is #128C49. Grayscale: #9E9E9E. Windows color (decimal): -1215562 or 11957229. OLE color: 11957229.

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

Color convert

RGB 237 115 182 -
CMYK 0 0.51 0.23 0.07
HSL 327.05º 0.77% 0.69% -
HSV(B) 327.05º 0.51% 0.93% -
XYZ 49.5 33.64 48.14 -
YUV 159.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 237 115 182 0 0.51 0.23 0.07 327.05 0.77 0.69
Hex ED 73 B6 0 33 17 7 147 4D 45
Octal 355 163 266 0 63 27 7 507 115 105
Binary 11101101 1110011 10110110 0 110011 10111 111 101000111 1001101 1000101

Color Harmonies of #ED73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73B6

Black with #ED73B6

Text Example


Text Example

White with #ED73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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