Html Css Color HEX #EE6CA0 Pale Violet Red

📋 copy color: '#EE6CA0'

red 238 ◦ green 108 ◦ blue 160

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

Shades of Pale Violet Red #EE6CA0

Tints of Pale Violet Red #EE6CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 47.04%
G = 21.34%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE6CA0 (or 0xEE6CA0) is known color: Pale Violet Red. HEX triplet: EE, 6C and A0. RGB value is (238,108,160). Sum of RGB (Red+Green+Blue) = 238+108+160=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6CA0 is #11935F. Grayscale: #989898. Windows color (decimal): -1151840 or 10513646. OLE color: 10513646.

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

Color convert

RGB 238 108 160 -
CMYK 0 0.55 0.33 0.07
HSL 336º 0.79% 0.68% -
HSV(B) 336º 0.55% 0.93% -
XYZ 46.97 31.44 36.85 -
YUV 152.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 238 108 160 0 0.55 0.33 0.07 336 0.79 0.68
Hex EE 6C A0 0 37 21 7 150 4F 44
Octal 356 154 240 0 67 41 7 520 117 104
Binary 11101110 1101100 10100000 0 110111 100001 111 101010000 1001111 1000100

Color Harmonies of #EE6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6CA0

Black with #EE6CA0

Text Example


Text Example

White with #EE6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6CA0; }

 p { color: rgb(238,108,160); }

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

background-color css

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

 a { background-color: rgb(238,108,160); }

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

border-color css

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

 span { border-color: rgb(238,108,160); }

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