Html Css Color HEX #ED689D Pale Violet Red

📋 copy color: '#ED689D'

red 237 ◦ green 104 ◦ blue 157

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

Shades of Pale Violet Red #ED689D

Tints of Pale Violet Red #ED689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.88%

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

R = 47.59%
G = 20.88%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED689D (or 0xED689D) is known color: Pale Violet Red. HEX triplet: ED, 68 and 9D. RGB value is (237,104,157). Sum of RGB (Red+Green+Blue) = 237+104+157=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED689D is #129762. Grayscale: #959595. Windows color (decimal): -1218403 or 10316013. OLE color: 10316013.

HSL color Cylindrical-coordinate representation of color #ED689D: hue angle of 336.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED689D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 104 157 -
CMYK 0 0.56 0.34 0.07
HSL 336.09º 0.79% 0.67% -
HSV(B) 336.09º 0.56% 0.93% -
XYZ 45.96 30.34 35.33 -
YUV 149.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 237 104 157 0 0.56 0.34 0.07 336.09 0.79 0.67
Hex ED 68 9D 0 38 22 7 150 4F 43
Octal 355 150 235 0 70 42 7 520 117 103
Binary 11101101 1101000 10011101 0 111000 100010 111 101010000 1001111 1000011

Color Harmonies of #ED689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED689D

Black with #ED689D

Text Example


Text Example

White with #ED689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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