Html Css Color HEX #ED70B7 Persian Pink

📋 copy color: '#ED70B7'

red 237 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #ED70B7

Tints of Persian Pink #ED70B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 44.55%
G = 21.05%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED70B7 (or 0xED70B7) is known color: Persian Pink. HEX triplet: ED, 70 and B7. RGB value is (237,112,183). Sum of RGB (Red+Green+Blue) = 237+112+183=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70B7 is #128F48. Grayscale: #9D9D9D. Windows color (decimal): -1216329 or 12021997. OLE color: 12021997.

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

Color convert

RGB 237 112 183 -
CMYK 0 0.53 0.23 0.07
HSL 325.92º 0.78% 0.68% -
HSV(B) 325.92º 0.53% 0.93% -
XYZ 49.27 33.01 48.58 -
YUV 157.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 237 112 183 0 0.53 0.23 0.07 325.92 0.78 0.68
Hex ED 70 B7 0 35 17 7 146 4E 44
Octal 355 160 267 0 65 27 7 506 116 104
Binary 11101101 1110000 10110111 0 110101 10111 111 101000110 1001110 1000100

Color Harmonies of #ED70B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70B7

Black with #ED70B7

Text Example


Text Example

White with #ED70B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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