Html Css Color HEX #ED70A0 Pale Violet Red

📋 copy color: '#ED70A0'

red 237 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #ED70A0

Tints of Pale Violet Red #ED70A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 46.56%
G = 22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED70A0 (or 0xED70A0) is known color: Pale Violet Red. HEX triplet: ED, 70 and A0. RGB value is (237,112,160). Sum of RGB (Red+Green+Blue) = 237+112+160=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70A0 is #128F5F. Grayscale: #9A9A9A. Windows color (decimal): -1216352 or 10514669. OLE color: 10514669.

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

Color convert

RGB 237 112 160 -
CMYK 0 0.53 0.32 0.07
HSL 336.96º 0.78% 0.68% -
HSV(B) 336.96º 0.53% 0.93% -
XYZ 47.06 32.13 36.98 -
YUV 154.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 237 112 160 0 0.53 0.32 0.07 336.96 0.78 0.68
Hex ED 70 A0 0 35 20 7 151 4E 44
Octal 355 160 240 0 65 40 7 521 116 104
Binary 11101101 1110000 10100000 0 110101 100000 111 101010001 1001110 1000100

Color Harmonies of #ED70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70A0

Black with #ED70A0

Text Example


Text Example

White with #ED70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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