Html Css Color HEX #E2668F Pale Violet Red

📋 copy color: '#E2668F'

red 226 ◦ green 102 ◦ blue 143

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

Shades of Pale Violet Red #E2668F

Tints of Pale Violet Red #E2668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 47.98%
G = 21.66%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2668F (or 0xE2668F) is known color: Pale Violet Red. HEX triplet: E2, 66 and 8F. RGB value is (226,102,143). Sum of RGB (Red+Green+Blue) = 226+102+143=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2668F is #1D9970. Grayscale: #8F8F8F. Windows color (decimal): -1939825 or 9397986. OLE color: 9397986.

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

Color convert

RGB 226 102 143 -
CMYK 0 0.55 0.37 0.11
HSL 340.16º 0.68% 0.64% -
HSV(B) 340.16º 0.55% 0.89% -
XYZ 41.07 27.65 29.16 -
YUV 143.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 226 102 143 0 0.55 0.37 0.11 340.16 0.68 0.64
Hex E2 66 8F 0 37 25 B 154 44 40
Octal 342 146 217 0 67 45 13 524 104 100
Binary 11100010 1100110 10001111 0 110111 100101 1011 101010100 1000100 1000000

Color Harmonies of #E2668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2668F

Black with #E2668F

Text Example


Text Example

White with #E2668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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