Html Css Color HEX #E6669D Pale Violet Red

📋 copy color: '#E6669D'

red 230 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #E6669D

Tints of Pale Violet Red #E6669D

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 20.86%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6669D (or 0xE6669D) is known color: Pale Violet Red. HEX triplet: E6, 66 and 9D. RGB value is (230,102,157). Sum of RGB (Red+Green+Blue) = 230+102+157=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6669D is #199962. Grayscale: #929292. Windows color (decimal): -1677667 or 10315494. OLE color: 10315494.

HSL color Cylindrical-coordinate representation of color #E6669D: hue angle of 334.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6669D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 157 -
CMYK 0 0.56 0.32 0.10
HSL 334.22º 0.72% 0.65% -
HSV(B) 334.22º 0.56% 0.9% -
XYZ 43.47 28.76 35.16 -
YUV 146.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 230 102 157 0 0.56 0.32 0.10 334.22 0.72 0.65
Hex E6 66 9D 0 38 20 A 14E 48 41
Octal 346 146 235 0 70 40 12 516 110 101
Binary 11100110 1100110 10011101 0 111000 100000 1010 101001110 1001000 1000001

Color Harmonies of #E6669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6669D

Black with #E6669D

Text Example


Text Example

White with #E6669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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