Html Css Color HEX #E265A7 Pale Violet Red

📋 copy color: '#E265A7'

red 226 ◦ green 101 ◦ blue 167

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

Shades of Pale Violet Red #E265A7

Tints of Pale Violet Red #E265A7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.45%

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

R = 45.75%
G = 20.45%
B = 33.81%

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

#E265A7 (or 0xE265A7) is known color: Pale Violet Red. HEX triplet: E2, 65 and A7. RGB value is (226,101,167). Sum of RGB (Red+Green+Blue) = 226+101+167=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E265A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265A7 is #1D9A58. Grayscale: #919191. Windows color (decimal): -1940057 or 10970594. OLE color: 10970594.

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

Color convert

RGB 226 101 167 -
CMYK 0 0.55 0.26 0.11
HSL 328.32º 0.68% 0.64% -
HSV(B) 328.32º 0.55% 0.89% -
XYZ 42.99 28.27 39.75 -
YUV 145.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 226 101 167 0 0.55 0.26 0.11 328.32 0.68 0.64
Hex E2 65 A7 0 37 1A B 148 44 40
Octal 342 145 247 0 67 32 13 510 104 100
Binary 11100010 1100101 10100111 0 110111 11010 1011 101001000 1000100 1000000

Color Harmonies of #E265A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E265A7

Black with #E265A7

Text Example


Text Example

White with #E265A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E265A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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