Html Css Color HEX #ED76BE Persian Pink

📋 copy color: '#ED76BE'

red 237 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #ED76BE

Tints of Persian Pink #ED76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

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

R = 43.49%
G = 21.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED76BE (or 0xED76BE) is known color: Persian Pink. HEX triplet: ED, 76 and BE. RGB value is (237,118,190). Sum of RGB (Red+Green+Blue) = 237+118+190=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76BE is #128941. Grayscale: #A1A1A1. Windows color (decimal): -1214786 or 12482285. OLE color: 12482285.

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

Color convert

RGB 237 118 190 -
CMYK 0 0.50 0.20 0.07
HSL 323.7º 0.77% 0.7% -
HSV(B) 323.7º 0.5% 0.93% -
XYZ 50.7 34.68 52.74 -
YUV 161.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 237 118 190 0 0.50 0.20 0.07 323.7 0.77 0.7
Hex ED 76 BE 0 32 14 7 144 4D 46
Octal 355 166 276 0 62 24 7 504 115 106
Binary 11101101 1110110 10111110 0 110010 10100 111 101000100 1001101 1000110

Color Harmonies of #ED76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76BE

Black with #ED76BE

Text Example


Text Example

White with #ED76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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