Html Css Color HEX #EE69BA Hot Pink

📋 copy color: '#EE69BA'

red 238 ◦ green 105 ◦ blue 186

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

Shades of Hot Pink #EE69BA

Tints of Hot Pink #EE69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.85%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 44.99%
G = 19.85%
B = 35.16%

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

#EE69BA (or 0xEE69BA) is known color: Hot Pink. HEX triplet: EE, 69 and BA. RGB value is (238,105,186). Sum of RGB (Red+Green+Blue) = 238+105+186=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69BA is #119645. Grayscale: #999999. Windows color (decimal): -1152582 or 12216814. OLE color: 12216814.

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

Color convert

RGB 238 105 186 -
CMYK 0 0.56 0.22 0.07
HSL 323.46º 0.8% 0.67% -
HSV(B) 323.46º 0.56% 0.93% -
XYZ 49.17 31.83 50.01 -
YUV 154 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 238 105 186 0 0.56 0.22 0.07 323.46 0.8 0.67
Hex EE 69 BA 0 38 16 7 143 50 43
Octal 356 151 272 0 70 26 7 503 120 103
Binary 11101110 1101001 10111010 0 111000 10110 111 101000011 1010000 1000011

Color Harmonies of #EE69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69BA

Black with #EE69BA

Text Example


Text Example

White with #EE69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69BA; }

 p { color: rgb(238,105,186); }

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

background-color css

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

 a { background-color: rgb(238,105,186); }

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

border-color css

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

 span { border-color: rgb(238,105,186); }

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