Html Css Color HEX #EB699D Pale Violet Red

📋 copy color: '#EB699D'

red 235 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #EB699D

Tints of Pale Violet Red #EB699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.13%

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

R = 47.28%
G = 21.13%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB699D (or 0xEB699D) is known color: Pale Violet Red. HEX triplet: EB, 69 and 9D. RGB value is (235,105,157). Sum of RGB (Red+Green+Blue) = 235+105+157=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB699D is #149662. Grayscale: #959595. Windows color (decimal): -1349219 or 10316267. OLE color: 10316267.

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

Color convert

RGB 235 105 157 -
CMYK 0 0.55 0.33 0.08
HSL 336º 0.76% 0.67% -
HSV(B) 336º 0.55% 0.92% -
XYZ 45.4 30.2 35.33 -
YUV 149.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 235 105 157 0 0.55 0.33 0.08 336 0.76 0.67
Hex EB 69 9D 0 37 21 8 150 4C 43
Octal 353 151 235 0 67 41 10 520 114 103
Binary 11101011 1101001 10011101 0 110111 100001 1000 101010000 1001100 1000011

Color Harmonies of #EB699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB699D

Black with #EB699D

Text Example


Text Example

White with #EB699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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