Html Css Color HEX #ED70BC Persian Pink

📋 copy color: '#ED70BC'

red 237 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #ED70BC

Tints of Persian Pink #ED70BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.86%

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 44.13%
G = 20.86%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED70BC (or 0xED70BC) is known color: Persian Pink. HEX triplet: ED, 70 and BC. RGB value is (237,112,188). Sum of RGB (Red+Green+Blue) = 237+112+188=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70BC is #128F43. Grayscale: #9D9D9D. Windows color (decimal): -1216324 or 12349677. OLE color: 12349677.

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

Color convert

RGB 237 112 188 -
CMYK 0 0.53 0.21 0.07
HSL 323.52º 0.78% 0.68% -
HSV(B) 323.52º 0.53% 0.93% -
XYZ 49.8 33.22 51.37 -
YUV 158.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 237 112 188 0 0.53 0.21 0.07 323.52 0.78 0.68
Hex ED 70 BC 0 35 15 7 144 4E 44
Octal 355 160 274 0 65 25 7 504 116 104
Binary 11101101 1110000 10111100 0 110101 10101 111 101000100 1001110 1000100

Color Harmonies of #ED70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70BC

Black with #ED70BC

Text Example


Text Example

White with #ED70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70BC; }

 p { color: rgb(237,112,188); }

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

background-color css

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

 a { background-color: rgb(237,112,188); }

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

border-color css

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

 span { border-color: rgb(237,112,188); }

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