Html Css Color HEX #EB689B Pale Violet Red

📋 copy color: '#EB689B'

red 235 ◦ green 104 ◦ blue 155

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

Shades of Pale Violet Red #EB689B

Tints of Pale Violet Red #EB689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 47.57%
G = 21.05%
B = 31.38%

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

#EB689B (or 0xEB689B) is known color: Pale Violet Red. HEX triplet: EB, 68 and 9B. RGB value is (235,104,155). Sum of RGB (Red+Green+Blue) = 235+104+155=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB689B is #149764. Grayscale: #949494. Windows color (decimal): -1349477 or 10184939. OLE color: 10184939.

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

Color convert

RGB 235 104 155 -
CMYK 0 0.56 0.34 0.08
HSL 336.64º 0.77% 0.66% -
HSV(B) 336.64º 0.56% 0.92% -
XYZ 45.13 29.93 34.41 -
YUV 148.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 235 104 155 0 0.56 0.34 0.08 336.64 0.77 0.66
Hex EB 68 9B 0 38 22 8 151 4D 42
Octal 353 150 233 0 70 42 10 521 115 102
Binary 11101011 1101000 10011011 0 111000 100010 1000 101010001 1001101 1000010

Color Harmonies of #EB689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB689B

Black with #EB689B

Text Example


Text Example

White with #EB689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB689B; }

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

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

background-color css

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

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

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

border-color css

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

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

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