Html Css Color HEX #ED689C Pale Violet Red

📋 copy color: '#ED689C'

red 237 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #ED689C

Tints of Pale Violet Red #ED689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 47.69%
G = 20.93%
B = 31.39%

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

#ED689C (or 0xED689C) is known color: Pale Violet Red. HEX triplet: ED, 68 and 9C. RGB value is (237,104,156). Sum of RGB (Red+Green+Blue) = 237+104+156=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED689C is #129763. Grayscale: #959595. Windows color (decimal): -1218404 or 10250477. OLE color: 10250477.

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

Color convert

RGB 237 104 156 -
CMYK 0 0.56 0.34 0.07
HSL 336.54º 0.79% 0.67% -
HSV(B) 336.54º 0.56% 0.93% -
XYZ 45.88 30.31 34.88 -
YUV 149.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 237 104 156 0 0.56 0.34 0.07 336.54 0.79 0.67
Hex ED 68 9C 0 38 22 7 151 4F 43
Octal 355 150 234 0 70 42 7 521 117 103
Binary 11101101 1101000 10011100 0 111000 100010 111 101010001 1001111 1000011

Color Harmonies of #ED689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED689C

Black with #ED689C

Text Example


Text Example

White with #ED689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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