Html Css Color HEX #ED83BB Persian Pink

📋 copy color: '#ED83BB'

red 237 ◦ green 131 ◦ blue 187

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

Shades of Persian Pink #ED83BB

Tints of Persian Pink #ED83BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 42.7%
G = 23.6%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED83BB (or 0xED83BB) is known color: Persian Pink. HEX triplet: ED, 83 and BB. RGB value is (237,131,187). Sum of RGB (Red+Green+Blue) = 237+131+187=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83BB is #127C44. Grayscale: #A8A8A8. Windows color (decimal): -1211461 or 12289005. OLE color: 12289005.

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

Color convert

RGB 237 131 187 -
CMYK 0 0.45 0.21 0.07
HSL 328.3º 0.75% 0.72% -
HSV(B) 328.3º 0.45% 0.93% -
XYZ 52.01 37.82 51.57 -
YUV 169.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 237 131 187 0 0.45 0.21 0.07 328.3 0.75 0.72
Hex ED 83 BB 0 2D 15 7 148 4B 48
Octal 355 203 273 0 55 25 7 510 113 110
Binary 11101101 10000011 10111011 0 101101 10101 111 101001000 1001011 1001000

Color Harmonies of #ED83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83BB

Black with #ED83BB

Text Example


Text Example

White with #ED83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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