Html Css Color HEX #EE649A Pale Violet Red

📋 copy color: '#EE649A'

red 238 ◦ green 100 ◦ blue 154

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

Shades of Pale Violet Red #EE649A

Tints of Pale Violet Red #EE649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 48.37%
G = 20.33%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE649A (or 0xEE649A) is known color: Pale Violet Red. HEX triplet: EE, 64 and 9A. RGB value is (238,100,154). Sum of RGB (Red+Green+Blue) = 238+100+154=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE649A is #119B65. Grayscale: #939393. Windows color (decimal): -1153894 or 10118382. OLE color: 10118382.

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

Color convert

RGB 238 100 154 -
CMYK 0 0.58 0.35 0.07
HSL 336.52º 0.8% 0.66% -
HSV(B) 336.52º 0.58% 0.93% -
XYZ 45.65 29.62 33.88 -
YUV 147.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 238 100 154 0 0.58 0.35 0.07 336.52 0.8 0.66
Hex EE 64 9A 0 3A 23 7 151 50 42
Octal 356 144 232 0 72 43 7 521 120 102
Binary 11101110 1100100 10011010 0 111010 100011 111 101010001 1010000 1000010

Color Harmonies of #EE649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE649A

Black with #EE649A

Text Example


Text Example

White with #EE649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE649A; }

 p { color: rgb(238,100,154); }

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

background-color css

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

 a { background-color: rgb(238,100,154); }

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

border-color css

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

 span { border-color: rgb(238,100,154); }

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