Html Css Color HEX #EB669D Pale Violet Red

📋 copy color: '#EB669D'

red 235 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #EB669D

Tints of Pale Violet Red #EB669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

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

R = 47.57%
G = 20.65%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB669D (or 0xEB669D) is known color: Pale Violet Red. HEX triplet: EB, 66 and 9D. RGB value is (235,102,157). Sum of RGB (Red+Green+Blue) = 235+102+157=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB669D is #149962. Grayscale: #939393. Windows color (decimal): -1349987 or 10315499. OLE color: 10315499.

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

Color convert

RGB 235 102 157 -
CMYK 0 0.57 0.33 0.08
HSL 335.19º 0.77% 0.66% -
HSV(B) 335.19º 0.57% 0.92% -
XYZ 45.1 29.6 35.23 -
YUV 148.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 235 102 157 0 0.57 0.33 0.08 335.19 0.77 0.66
Hex EB 66 9D 0 39 21 8 14F 4D 42
Octal 353 146 235 0 71 41 10 517 115 102
Binary 11101011 1100110 10011101 0 111001 100001 1000 101001111 1001101 1000010

Color Harmonies of #EB669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB669D

Black with #EB669D

Text Example


Text Example

White with #EB669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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