Html Css Color HEX #ED709D Pale Violet Red

📋 copy color: '#ED709D'

red 237 ◦ green 112 ◦ blue 157

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

Shades of Pale Violet Red #ED709D

Tints of Pale Violet Red #ED709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 46.84%
G = 22.13%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED709D (or 0xED709D) is known color: Pale Violet Red. HEX triplet: ED, 70 and 9D. RGB value is (237,112,157). Sum of RGB (Red+Green+Blue) = 237+112+157=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED709D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED709D is #128F62. Grayscale: #9A9A9A. Windows color (decimal): -1216355 or 10318061. OLE color: 10318061.

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

Color convert

RGB 237 112 157 -
CMYK 0 0.53 0.34 0.07
HSL 338.4º 0.78% 0.68% -
HSV(B) 338.4º 0.53% 0.93% -
XYZ 46.81 32.03 35.61 -
YUV 154.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 237 112 157 0 0.53 0.34 0.07 338.4 0.78 0.68
Hex ED 70 9D 0 35 22 7 152 4E 44
Octal 355 160 235 0 65 42 7 522 116 104
Binary 11101101 1110000 10011101 0 110101 100010 111 101010010 1001110 1000100

Color Harmonies of #ED709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED709D

Black with #ED709D

Text Example


Text Example

White with #ED709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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