Html Css Color HEX #EB689C Pale Violet Red

📋 copy color: '#EB689C'

red 235 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #EB689C

Tints of Pale Violet Red #EB689C

RGB

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

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

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

R = 47.47%
G = 21.01%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB689C (or 0xEB689C) is known color: Pale Violet Red. HEX triplet: EB, 68 and 9C. RGB value is (235,104,156). Sum of RGB (Red+Green+Blue) = 235+104+156=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB689C is #149763. Grayscale: #959595. Windows color (decimal): -1349476 or 10250475. OLE color: 10250475.

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

Color convert

RGB 235 104 156 -
CMYK 0 0.56 0.34 0.08
HSL 336.18º 0.77% 0.66% -
HSV(B) 336.18º 0.56% 0.92% -
XYZ 45.21 29.96 34.85 -
YUV 149.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 235 104 156 0 0.56 0.34 0.08 336.18 0.77 0.66
Hex EB 68 9C 0 38 22 8 150 4D 42
Octal 353 150 234 0 70 42 10 520 115 102
Binary 11101011 1101000 10011100 0 111000 100010 1000 101010000 1001101 1000010

Color Harmonies of #EB689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB689C

Black with #EB689C

Text Example


Text Example

White with #EB689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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