Html Css Color HEX #E6769D Pale Violet Red

📋 copy color: '#E6769D'

red 230 ◦ green 118 ◦ blue 157

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

Shades of Pale Violet Red #E6769D

Tints of Pale Violet Red #E6769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.37%

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

R = 45.54%
G = 23.37%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6769D (or 0xE6769D) is known color: Pale Violet Red. HEX triplet: E6, 76 and 9D. RGB value is (230,118,157). Sum of RGB (Red+Green+Blue) = 230+118+157=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6769D is #198962. Grayscale: #9B9B9B. Windows color (decimal): -1673571 or 10319590. OLE color: 10319590.

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

Color convert

RGB 230 118 157 -
CMYK 0 0.49 0.32 0.10
HSL 339.11º 0.69% 0.68% -
HSV(B) 339.11º 0.49% 0.9% -
XYZ 45.2 32.21 35.73 -
YUV 155.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 230 118 157 0 0.49 0.32 0.10 339.11 0.69 0.68
Hex E6 76 9D 0 31 20 A 153 45 44
Octal 346 166 235 0 61 40 12 523 105 104
Binary 11100110 1110110 10011101 0 110001 100000 1010 101010011 1000101 1000100

Color Harmonies of #E6769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6769D

Black with #E6769D

Text Example


Text Example

White with #E6769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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