Html Css Color HEX #E27594 Pale Violet Red

📋 copy color: '#E27594'

red 226 ◦ green 117 ◦ blue 148

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

Shades of Pale Violet Red #E27594

Tints of Pale Violet Red #E27594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 46.03%
G = 23.83%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E27594 (or 0xE27594) is known color: Pale Violet Red. HEX triplet: E2, 75 and 94. RGB value is (226,117,148). Sum of RGB (Red+Green+Blue) = 226+117+148=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E27594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27594 is #1D8A6B. Grayscale: #999999. Windows color (decimal): -1935980 or 9729506. OLE color: 9729506.

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

Color convert

RGB 226 117 148 -
CMYK 0 0.48 0.35 0.11
HSL 342.94º 0.65% 0.67% -
HSV(B) 342.94º 0.48% 0.89% -
XYZ 43.07 31.03 31.74 -
YUV 153.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 226 117 148 0 0.48 0.35 0.11 342.94 0.65 0.67
Hex E2 75 94 0 30 23 B 157 41 43
Octal 342 165 224 0 60 43 13 527 101 103
Binary 11100010 1110101 10010100 0 110000 100011 1011 101010111 1000001 1000011

Color Harmonies of #E27594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27594

Black with #E27594

Text Example


Text Example

White with #E27594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27594; }

 p { color: rgb(226,117,148); }

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

background-color css

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

 a { background-color: rgb(226,117,148); }

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

border-color css

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

 span { border-color: rgb(226,117,148); }

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