Html Css Color HEX #EE6DA1 Pale Violet Red

📋 copy color: '#EE6DA1'

red 238 ◦ green 109 ◦ blue 161

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

Shades of Pale Violet Red #EE6DA1

Tints of Pale Violet Red #EE6DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 46.85%
G = 21.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE6DA1 (or 0xEE6DA1) is known color: Pale Violet Red. HEX triplet: EE, 6D and A1. RGB value is (238,109,161). Sum of RGB (Red+Green+Blue) = 238+109+161=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6DA1 is #11925E. Grayscale: #999999. Windows color (decimal): -1151583 or 10579438. OLE color: 10579438.

HSL color Cylindrical-coordinate representation of color #EE6DA1: hue angle of 335.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 109 161 -
CMYK 0 0.54 0.32 0.07
HSL 335.81º 0.79% 0.68% -
HSV(B) 335.81º 0.54% 0.93% -
XYZ 47.16 31.69 37.35 -
YUV 153.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 238 109 161 0 0.54 0.32 0.07 335.81 0.79 0.68
Hex EE 6D A1 0 36 20 7 150 4F 44
Octal 356 155 241 0 66 40 7 520 117 104
Binary 11101110 1101101 10100001 0 110110 100000 111 101010000 1001111 1000100

Color Harmonies of #EE6DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6DA1

Black with #EE6DA1

Text Example


Text Example

White with #EE6DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6DA1; }

 p { color: rgb(238,109,161); }

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

background-color css

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

 a { background-color: rgb(238,109,161); }

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

border-color css

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

 span { border-color: rgb(238,109,161); }

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