Html Css Color HEX #ED73C1 Persian Pink

📋 copy color: '#ED73C1'

red 237 ◦ green 115 ◦ blue 193

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

Shades of Persian Pink #ED73C1

Tints of Persian Pink #ED73C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 43.49%
G = 21.1%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED73C1 (or 0xED73C1) is known color: Persian Pink. HEX triplet: ED, 73 and C1. RGB value is (237,115,193). Sum of RGB (Red+Green+Blue) = 237+115+193=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73C1 is #128C3E. Grayscale: #A0A0A0. Windows color (decimal): -1215551 or 12678125. OLE color: 12678125.

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

Color convert

RGB 237 115 193 -
CMYK 0 0.51 0.19 0.07
HSL 321.64º 0.77% 0.69% -
HSV(B) 321.64º 0.51% 0.93% -
XYZ 50.68 34.12 54.37 -
YUV 160.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 237 115 193 0 0.51 0.19 0.07 321.64 0.77 0.69
Hex ED 73 C1 0 33 13 7 142 4D 45
Octal 355 163 301 0 63 23 7 502 115 105
Binary 11101101 1110011 11000001 0 110011 10011 111 101000010 1001101 1000101

Color Harmonies of #ED73C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73C1

Black with #ED73C1

Text Example


Text Example

White with #ED73C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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