Html Css Color HEX #ED80B5 Persian Pink

📋 copy color: '#ED80B5'

red 237 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #ED80B5

Tints of Persian Pink #ED80B5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.44%

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 43.41%
G = 23.44%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED80B5 (or 0xED80B5) is known color: Persian Pink. HEX triplet: ED, 80 and B5. RGB value is (237,128,181). Sum of RGB (Red+Green+Blue) = 237+128+181=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80B5 is #127F4A. Grayscale: #A6A6A6. Windows color (decimal): -1212235 or 11895021. OLE color: 11895021.

HSL color Cylindrical-coordinate representation of color #ED80B5: hue angle of 330.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80B5 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 181 -
CMYK 0 0.46 0.24 0.07
HSL 330.83º 0.75% 0.72% -
HSV(B) 330.83º 0.46% 0.93% -
XYZ 50.98 36.78 48.13 -
YUV 166.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 237 128 181 0 0.46 0.24 0.07 330.83 0.75 0.72
Hex ED 80 B5 0 2E 18 7 14B 4B 48
Octal 355 200 265 0 56 30 7 513 113 110
Binary 11101101 10000000 10110101 0 101110 11000 111 101001011 1001011 1001000

Color Harmonies of #ED80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80B5

Black with #ED80B5

Text Example


Text Example

White with #ED80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80B5; }

 p { color: rgb(237,128,181); }

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

background-color css

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

 a { background-color: rgb(237,128,181); }

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

border-color css

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

 span { border-color: rgb(237,128,181); }

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