Html Css Color HEX #E274AB Pale Violet Red

📋 copy color: '#E274AB'

red 226 ◦ green 116 ◦ blue 171

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

Shades of Pale Violet Red #E274AB

Tints of Pale Violet Red #E274AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 44.05%
G = 22.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E274AB (or 0xE274AB) is known color: Pale Violet Red. HEX triplet: E2, 74 and AB. RGB value is (226,116,171). Sum of RGB (Red+Green+Blue) = 226+116+171=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E274AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E274AB is #1D8B54. Grayscale: #9B9B9B. Windows color (decimal): -1936213 or 11236578. OLE color: 11236578.

HSL color Cylindrical-coordinate representation of color #E274AB: hue angle of 330º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274AB is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 171 -
CMYK 0 0.49 0.24 0.11
HSL 330º 0.65% 0.67% -
HSV(B) 330º 0.49% 0.89% -
XYZ 44.96 31.6 42.26 -
YUV 155.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 226 116 171 0 0.49 0.24 0.11 330 0.65 0.67
Hex E2 74 AB 0 31 18 B 14A 41 43
Octal 342 164 253 0 61 30 13 512 101 103
Binary 11100010 1110100 10101011 0 110001 11000 1011 101001010 1000001 1000011

Color Harmonies of #E274AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274AB

Black with #E274AB

Text Example


Text Example

White with #E274AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274AB; }

 p { color: rgb(226,116,171); }

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

background-color css

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

 a { background-color: rgb(226,116,171); }

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

border-color css

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

 span { border-color: rgb(226,116,171); }

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