Html Css Color HEX #EE699E Pale Violet Red

📋 copy color: '#EE699E'

red 238 ◦ green 105 ◦ blue 158

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

Shades of Pale Violet Red #EE699E

Tints of Pale Violet Red #EE699E

RGB

 RED value IS 238 (93.36% from 255) = 47.5%

 GREEN value IS 105 (41.41% from 255) = 20.96%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 47.5%
G = 20.96%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE699E (or 0xEE699E) is known color: Pale Violet Red. HEX triplet: EE, 69 and 9E. RGB value is (238,105,158). Sum of RGB (Red+Green+Blue) = 238+105+158=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE699E is #119661. Grayscale: #969696. Windows color (decimal): -1152610 or 10381806. OLE color: 10381806.

HSL color Cylindrical-coordinate representation of color #EE699E: hue angle of 336.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE699E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 158 -
CMYK 0 0.56 0.34 0.07
HSL 336.09º 0.8% 0.67% -
HSV(B) 336.09º 0.56% 0.93% -
XYZ 46.48 30.75 35.83 -
YUV 150.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 238 105 158 0 0.56 0.34 0.07 336.09 0.8 0.67
Hex EE 69 9E 0 38 22 7 150 50 43
Octal 356 151 236 0 70 42 7 520 120 103
Binary 11101110 1101001 10011110 0 111000 100010 111 101010000 1010000 1000011

Color Harmonies of #EE699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE699E

Black with #EE699E

Text Example


Text Example

White with #EE699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE699E; }

 p { color: rgb(238,105,158); }

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

background-color css

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

 a { background-color: rgb(238,105,158); }

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

border-color css

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

 span { border-color: rgb(238,105,158); }

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