Html Css Color HEX #EE6CA1 Pale Violet Red

📋 copy color: '#EE6CA1'

red 238 ◦ green 108 ◦ blue 161

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

Shades of Pale Violet Red #EE6CA1

Tints of Pale Violet Red #EE6CA1

RGB

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

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

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

R = 46.94%
G = 21.3%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE6CA1 (or 0xEE6CA1) is known color: Pale Violet Red. HEX triplet: EE, 6C and A1. RGB value is (238,108,161). Sum of RGB (Red+Green+Blue) = 238+108+161=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6CA1 is #11935E. Grayscale: #989898. Windows color (decimal): -1151839 or 10579182. OLE color: 10579182.

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

Color convert

RGB 238 108 161 -
CMYK 0 0.55 0.32 0.07
HSL 335.54º 0.79% 0.68% -
HSV(B) 335.54º 0.55% 0.93% -
XYZ 47.06 31.48 37.31 -
YUV 152.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 238 108 161 0 0.55 0.32 0.07 335.54 0.79 0.68
Hex EE 6C A1 0 37 20 7 150 4F 44
Octal 356 154 241 0 67 40 7 520 117 104
Binary 11101110 1101100 10100001 0 110111 100000 111 101010000 1001111 1000100

Color Harmonies of #EE6CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6CA1

Black with #EE6CA1

Text Example


Text Example

White with #EE6CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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