Html Css Color HEX #ED76BB Persian Pink

📋 copy color: '#ED76BB'

red 237 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #ED76BB

Tints of Persian Pink #ED76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 43.73%
G = 21.77%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED76BB (or 0xED76BB) is known color: Persian Pink. HEX triplet: ED, 76 and BB. RGB value is (237,118,187). Sum of RGB (Red+Green+Blue) = 237+118+187=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76BB is #128944. Grayscale: #A1A1A1. Windows color (decimal): -1214789 or 12285677. OLE color: 12285677.

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

Color convert

RGB 237 118 187 -
CMYK 0 0.50 0.21 0.07
HSL 325.21º 0.77% 0.7% -
HSV(B) 325.21º 0.5% 0.93% -
XYZ 50.37 34.55 51.03 -
YUV 161.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 237 118 187 0 0.50 0.21 0.07 325.21 0.77 0.7
Hex ED 76 BB 0 32 15 7 145 4D 46
Octal 355 166 273 0 62 25 7 505 115 106
Binary 11101101 1110110 10111011 0 110010 10101 111 101000101 1001101 1000110

Color Harmonies of #ED76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76BB

Black with #ED76BB

Text Example


Text Example

White with #ED76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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