Html Css Color HEX #E67294 Pale Violet Red

📋 copy color: '#E67294'

red 230 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #E67294

Tints of Pale Violet Red #E67294

RGB

 RED value IS 230 (90.23% from 255) = 46.75%

 GREEN value IS 114 (44.92% from 255) = 23.17%

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

R = 46.75%
G = 23.17%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E67294 (or 0xE67294) is known color: Pale Violet Red. HEX triplet: E6, 72 and 94. RGB value is (230,114,148). Sum of RGB (Red+Green+Blue) = 230+114+148=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E67294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67294 is #198D6B. Grayscale: #989898. Windows color (decimal): -1674604 or 9728742. OLE color: 9728742.

HSL color Cylindrical-coordinate representation of color #E67294: hue angle of 342.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67294 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 148 -
CMYK 0 0.50 0.36 0.10
HSL 342.41º 0.7% 0.67% -
HSV(B) 342.41º 0.5% 0.9% -
XYZ 44 31 31.68 -
YUV 152.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 230 114 148 0 0.50 0.36 0.10 342.41 0.7 0.67
Hex E6 72 94 0 32 24 A 156 46 43
Octal 346 162 224 0 62 44 12 526 106 103
Binary 11100110 1110010 10010100 0 110010 100100 1010 101010110 1000110 1000011

Color Harmonies of #E67294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67294

Black with #E67294

Text Example


Text Example

White with #E67294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67294; }

 p { color: rgb(230,114,148); }

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

background-color css

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

 a { background-color: rgb(230,114,148); }

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

border-color css

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

 span { border-color: rgb(230,114,148); }

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