Html Css Color HEX #EE669D Pale Violet Red

📋 copy color: '#EE669D'

red 238 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #EE669D

Tints of Pale Violet Red #EE669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 47.89%
G = 20.52%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE669D (or 0xEE669D) is known color: Pale Violet Red. HEX triplet: EE, 66 and 9D. RGB value is (238,102,157). Sum of RGB (Red+Green+Blue) = 238+102+157=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE669D is #119962. Grayscale: #949494. Windows color (decimal): -1153379 or 10315502. OLE color: 10315502.

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

Color convert

RGB 238 102 157 -
CMYK 0 0.57 0.34 0.07
HSL 335.74º 0.8% 0.67% -
HSV(B) 335.74º 0.57% 0.93% -
XYZ 46.1 30.11 35.28 -
YUV 148.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 238 102 157 0 0.57 0.34 0.07 335.74 0.8 0.67
Hex EE 66 9D 0 39 22 7 150 50 43
Octal 356 146 235 0 71 42 7 520 120 103
Binary 11101110 1100110 10011101 0 111001 100010 111 101010000 1010000 1000011

Color Harmonies of #EE669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE669D

Black with #EE669D

Text Example


Text Example

White with #EE669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE669D; }

 p { color: rgb(238,102,157); }

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

background-color css

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

 a { background-color: rgb(238,102,157); }

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

border-color css

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

 span { border-color: rgb(238,102,157); }

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