Html Css Color HEX #ED85BB Persian Pink

📋 copy color: '#ED85BB'

red 237 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #ED85BB

Tints of Persian Pink #ED85BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.88%

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

R = 42.55%
G = 23.88%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED85BB (or 0xED85BB) is known color: Persian Pink. HEX triplet: ED, 85 and BB. RGB value is (237,133,187). Sum of RGB (Red+Green+Blue) = 237+133+187=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85BB is #127A44. Grayscale: #AAAAAA. Windows color (decimal): -1210949 or 12289517. OLE color: 12289517.

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

Color convert

RGB 237 133 187 -
CMYK 0 0.44 0.21 0.07
HSL 328.85º 0.74% 0.73% -
HSV(B) 328.85º 0.44% 0.93% -
XYZ 52.28 38.37 51.66 -
YUV 170.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 237 133 187 0 0.44 0.21 0.07 328.85 0.74 0.73
Hex ED 85 BB 0 2C 15 7 149 4A 49
Octal 355 205 273 0 54 25 7 511 112 111
Binary 11101101 10000101 10111011 0 101100 10101 111 101001001 1001010 1001001

Color Harmonies of #ED85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED85BB

Black with #ED85BB

Text Example


Text Example

White with #ED85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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