Html Css Color HEX #E266A7 Pale Violet Red

📋 copy color: '#E266A7'

red 226 ◦ green 102 ◦ blue 167

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

Shades of Pale Violet Red #E266A7

Tints of Pale Violet Red #E266A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.74%

R = 45.66%
G = 20.61%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E266A7 (or 0xE266A7) is known color: Pale Violet Red. HEX triplet: E2, 66 and A7. RGB value is (226,102,167). Sum of RGB (Red+Green+Blue) = 226+102+167=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E266A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E266A7 is #1D9958. Grayscale: #929292. Windows color (decimal): -1939801 or 10970850. OLE color: 10970850.

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

Color convert

RGB 226 102 167 -
CMYK 0 0.55 0.26 0.11
HSL 328.55º 0.68% 0.64% -
HSV(B) 328.55º 0.55% 0.89% -
XYZ 43.09 28.46 39.78 -
YUV 146.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 226 102 167 0 0.55 0.26 0.11 328.55 0.68 0.64
Hex E2 66 A7 0 37 1A B 149 44 40
Octal 342 146 247 0 67 32 13 511 104 100
Binary 11100010 1100110 10100111 0 110111 11010 1011 101001001 1000100 1000000

Color Harmonies of #E266A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266A7

Black with #E266A7

Text Example


Text Example

White with #E266A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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