Html Css Color HEX #EB689D Pale Violet Red

📋 copy color: '#EB689D'

red 235 ◦ green 104 ◦ blue 157

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

Shades of Pale Violet Red #EB689D

Tints of Pale Violet Red #EB689D

RGB

 RED value IS 235 (92.19% from 255) = 47.38%

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

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

R = 47.38%
G = 20.97%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB689D (or 0xEB689D) is known color: Pale Violet Red. HEX triplet: EB, 68 and 9D. RGB value is (235,104,157). Sum of RGB (Red+Green+Blue) = 235+104+157=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB689D is #149762. Grayscale: #959595. Windows color (decimal): -1349475 or 10316011. OLE color: 10316011.

HSL color Cylindrical-coordinate representation of color #EB689D: hue angle of 335.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB689D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 157 -
CMYK 0 0.56 0.33 0.08
HSL 335.73º 0.77% 0.66% -
HSV(B) 335.73º 0.56% 0.92% -
XYZ 45.3 30 35.3 -
YUV 149.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 235 104 157 0 0.56 0.33 0.08 335.73 0.77 0.66
Hex EB 68 9D 0 38 21 8 150 4D 42
Octal 353 150 235 0 70 41 10 520 115 102
Binary 11101011 1101000 10011101 0 111000 100001 1000 101010000 1001101 1000010

Color Harmonies of #EB689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB689D

Black with #EB689D

Text Example


Text Example

White with #EB689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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