Html Css Color HEX #EE68B9 Hot Pink

📋 copy color: '#EE68B9'

red 238 ◦ green 104 ◦ blue 185

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

Shades of Hot Pink #EE68B9

Tints of Hot Pink #EE68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.73%

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 45.16%
G = 19.73%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE68B9 (or 0xEE68B9) is known color: Hot Pink. HEX triplet: EE, 68 and B9. RGB value is (238,104,185). Sum of RGB (Red+Green+Blue) = 238+104+185=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68B9 is #119746. Grayscale: #999999. Windows color (decimal): -1152839 or 12151022. OLE color: 12151022.

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

Color convert

RGB 238 104 185 -
CMYK 0 0.56 0.22 0.07
HSL 323.73º 0.8% 0.67% -
HSV(B) 323.73º 0.56% 0.93% -
XYZ 48.97 31.58 49.41 -
YUV 153.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 238 104 185 0 0.56 0.22 0.07 323.73 0.8 0.67
Hex EE 68 B9 0 38 16 7 144 50 43
Octal 356 150 271 0 70 26 7 504 120 103
Binary 11101110 1101000 10111001 0 111000 10110 111 101000100 1010000 1000011

Color Harmonies of #EE68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68B9

Black with #EE68B9

Text Example


Text Example

White with #EE68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68B9; }

 p { color: rgb(238,104,185); }

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

background-color css

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

 a { background-color: rgb(238,104,185); }

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

border-color css

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

 span { border-color: rgb(238,104,185); }

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