Html Css Color HEX #ED70BE Persian Pink

📋 copy color: '#ED70BE'

red 237 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #ED70BE

Tints of Persian Pink #ED70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 43.97%
G = 20.78%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED70BE (or 0xED70BE) is known color: Persian Pink. HEX triplet: ED, 70 and BE. RGB value is (237,112,190). Sum of RGB (Red+Green+Blue) = 237+112+190=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70BE is #128F41. Grayscale: #9E9E9E. Windows color (decimal): -1216322 or 12480749. OLE color: 12480749.

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

Color convert

RGB 237 112 190 -
CMYK 0 0.53 0.20 0.07
HSL 322.56º 0.78% 0.68% -
HSV(B) 322.56º 0.53% 0.93% -
XYZ 50.01 33.31 52.51 -
YUV 158.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 237 112 190 0 0.53 0.20 0.07 322.56 0.78 0.68
Hex ED 70 BE 0 35 14 7 143 4E 44
Octal 355 160 276 0 65 24 7 503 116 104
Binary 11101101 1110000 10111110 0 110101 10100 111 101000011 1001110 1000100

Color Harmonies of #ED70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70BE

Black with #ED70BE

Text Example


Text Example

White with #ED70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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