Html Css Color HEX #E2669C Pale Violet Red

📋 copy color: '#E2669C'

red 226 ◦ green 102 ◦ blue 156

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

Shades of Pale Violet Red #E2669C

Tints of Pale Violet Red #E2669C

RGB

 RED value IS 226 (88.67% from 255) = 46.69%

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

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

R = 46.69%
G = 21.07%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2669C (or 0xE2669C) is known color: Pale Violet Red. HEX triplet: E2, 66 and 9C. RGB value is (226,102,156). Sum of RGB (Red+Green+Blue) = 226+102+156=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669C is #1D9963. Grayscale: #919191. Windows color (decimal): -1939812 or 10249954. OLE color: 10249954.

HSL color Cylindrical-coordinate representation of color #E2669C: hue angle of 333.87º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2669C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 102 156 -
CMYK 0 0.55 0.31 0.11
HSL 333.87º 0.68% 0.64% -
HSV(B) 333.87º 0.55% 0.89% -
XYZ 42.12 28.07 34.65 -
YUV 145.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 226 102 156 0 0.55 0.31 0.11 333.87 0.68 0.64
Hex E2 66 9C 0 37 1F B 14E 44 40
Octal 342 146 234 0 67 37 13 516 104 100
Binary 11100010 1100110 10011100 0 110111 11111 1011 101001110 1000100 1000000

Color Harmonies of #E2669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2669C

Black with #E2669C

Text Example


Text Example

White with #E2669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2669C; }

 p { color: rgb(226,102,156); }

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

background-color css

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

 a { background-color: rgb(226,102,156); }

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

border-color css

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

 span { border-color: rgb(226,102,156); }

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