Html Css Color HEX #E6769C Pale Violet Red

📋 copy color: '#E6769C'

red 230 ◦ green 118 ◦ blue 156

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

Shades of Pale Violet Red #E6769C

Tints of Pale Violet Red #E6769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 45.63%
G = 23.41%
B = 30.95%

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

#E6769C (or 0xE6769C) is known color: Pale Violet Red. HEX triplet: E6, 76 and 9C. RGB value is (230,118,156). Sum of RGB (Red+Green+Blue) = 230+118+156=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6769C is #198963. Grayscale: #9B9B9B. Windows color (decimal): -1673572 or 10254054. OLE color: 10254054.

HSL color Cylindrical-coordinate representation of color #E6769C: hue angle of 339.64º 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 #E6769C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 156 -
CMYK 0 0.49 0.32 0.10
HSL 339.64º 0.69% 0.68% -
HSV(B) 339.64º 0.49% 0.9% -
XYZ 45.11 32.18 35.29 -
YUV 155.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 230 118 156 0 0.49 0.32 0.10 339.64 0.69 0.68
Hex E6 76 9C 0 31 20 A 154 45 44
Octal 346 166 234 0 61 40 12 524 105 104
Binary 11100110 1110110 10011100 0 110001 100000 1010 101010100 1000101 1000100

Color Harmonies of #E6769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6769C

Black with #E6769C

Text Example


Text Example

White with #E6769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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