Html Css Color HEX #ED80B2 Persian Pink

📋 copy color: '#ED80B2'

red 237 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #ED80B2

Tints of Persian Pink #ED80B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 43.65%
G = 23.57%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED80B2 (or 0xED80B2) is known color: Persian Pink. HEX triplet: ED, 80 and B2. RGB value is (237,128,178). Sum of RGB (Red+Green+Blue) = 237+128+178=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80B2 is #127F4D. Grayscale: #A6A6A6. Windows color (decimal): -1212238 or 11698413. OLE color: 11698413.

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

Color convert

RGB 237 128 178 -
CMYK 0 0.46 0.25 0.07
HSL 332.48º 0.75% 0.72% -
HSV(B) 332.48º 0.46% 0.93% -
XYZ 50.68 36.66 46.52 -
YUV 166.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 237 128 178 0 0.46 0.25 0.07 332.48 0.75 0.72
Hex ED 80 B2 0 2E 19 7 14C 4B 48
Octal 355 200 262 0 56 31 7 514 113 110
Binary 11101101 10000000 10110010 0 101110 11001 111 101001100 1001011 1001000

Color Harmonies of #ED80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80B2

Black with #ED80B2

Text Example


Text Example

White with #ED80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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