Html Css Color HEX #E66296 Pale Violet Red

📋 copy color: '#E66296'

red 230 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #E66296

Tints of Pale Violet Red #E66296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 48.12%
G = 20.5%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E66296 (or 0xE66296) is known color: Pale Violet Red. HEX triplet: E6, 62 and 96. RGB value is (230,98,150). Sum of RGB (Red+Green+Blue) = 230+98+150=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E66296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66296 is #199D69. Grayscale: #8F8F8F. Windows color (decimal): -1678698 or 9855718. OLE color: 9855718.

HSL color Cylindrical-coordinate representation of color #E66296: hue angle of 336.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66296 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 150 -
CMYK 0 0.57 0.35 0.10
HSL 336.36º 0.73% 0.64% -
HSV(B) 336.36º 0.57% 0.9% -
XYZ 42.51 27.76 31.97 -
YUV 143.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 230 98 150 0 0.57 0.35 0.10 336.36 0.73 0.64
Hex E6 62 96 0 39 23 A 150 49 40
Octal 346 142 226 0 71 43 12 520 111 100
Binary 11100110 1100010 10010110 0 111001 100011 1010 101010000 1001001 1000000

Color Harmonies of #E66296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66296

Black with #E66296

Text Example


Text Example

White with #E66296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66296; }

 p { color: rgb(230,98,150); }

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

background-color css

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

 a { background-color: rgb(230,98,150); }

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

border-color css

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

 span { border-color: rgb(230,98,150); }

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