Html Css Color HEX #E2669D Pale Violet Red

📋 copy color: '#E2669D'

red 226 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #E2669D

Tints of Pale Violet Red #E2669D

RGB

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

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

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

R = 46.6%
G = 21.03%
B = 32.37%

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

#E2669D (or 0xE2669D) is known color: Pale Violet Red. HEX triplet: E2, 66 and 9D. RGB value is (226,102,157). Sum of RGB (Red+Green+Blue) = 226+102+157=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669D is #1D9962. Grayscale: #919191. Windows color (decimal): -1939811 or 10315490. OLE color: 10315490.

HSL color Cylindrical-coordinate representation of color #E2669D: hue angle of 333.39º 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 #E2669D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 102 157 -
CMYK 0 0.55 0.31 0.11
HSL 333.39º 0.68% 0.64% -
HSV(B) 333.39º 0.55% 0.89% -
XYZ 42.2 28.11 35.1 -
YUV 145.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 226 102 157 0 0.55 0.31 0.11 333.39 0.68 0.64
Hex E2 66 9D 0 37 1F B 14D 44 40
Octal 342 146 235 0 67 37 13 515 104 100
Binary 11100010 1100110 10011101 0 110111 11111 1011 101001101 1000100 1000000

Color Harmonies of #E2669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2669D

Black with #E2669D

Text Example


Text Example

White with #E2669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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