Html Css Color HEX #EE699B Pale Violet Red

📋 copy color: '#EE699B'

red 238 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #EE699B

Tints of Pale Violet Red #EE699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 47.79%
G = 21.08%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE699B (or 0xEE699B) is known color: Pale Violet Red. HEX triplet: EE, 69 and 9B. RGB value is (238,105,155). Sum of RGB (Red+Green+Blue) = 238+105+155=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE699B is #119664. Grayscale: #969696. Windows color (decimal): -1152613 or 10185198. OLE color: 10185198.

HSL color Cylindrical-coordinate representation of color #EE699B: hue angle of 337.44º 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 #EE699B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 155 -
CMYK 0 0.56 0.35 0.07
HSL 337.44º 0.8% 0.67% -
HSV(B) 337.44º 0.56% 0.93% -
XYZ 46.23 30.65 34.49 -
YUV 150.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 238 105 155 0 0.56 0.35 0.07 337.44 0.8 0.67
Hex EE 69 9B 0 38 23 7 151 50 43
Octal 356 151 233 0 70 43 7 521 120 103
Binary 11101110 1101001 10011011 0 111000 100011 111 101010001 1010000 1000011

Color Harmonies of #EE699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE699B

Black with #EE699B

Text Example


Text Example

White with #EE699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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