#ED679B

Color #ED679B Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #ED679B

Tints of Pale Violet Red #ED679B

Color information

#ED679B (or 0xED679B) is unknown color: approx Pale Violet Red. HEX triplet: ED, 67 and 9B. RGB value is (237,103,155). Sum of RGB (Red+Green+Blue) = 237+103+155=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED679B is #129864. Grayscale: #949494. Windows color (decimal): -1218661 or 10184685. OLE color: 10184685.

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

Color convert

RGB237103155-
CMYK00.570.350.07
HSL336.72º78.82%66.67%-
HSV(B)336.72º56.54%92.94%-
XYZ45.6930.0734.41-
YUV148.99131.39190.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=47.88%
G=20.81%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710315500.570.350.07336.7278.8266.67
HexED679B0392371514f43
Octal355147233071437521117103
Binary11101101110011110011011011100110001111110101000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED679B; }

 p { color: rgb(237,103,155); }

 H1.HeaderClassName
 {
   color: #ED679B;
 }
 .AnyTagClassName
 {
   color: #ED679B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,103,155); }

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

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

 span { border-color: rgb(237,103,155); }

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