Html Css Color HEX #EE69B0 Hot Pink

📋 copy color: '#EE69B0'

red 238 ◦ green 105 ◦ blue 176

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

Shades of Hot Pink #EE69B0

Tints of Hot Pink #EE69B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 45.86%
G = 20.23%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE69B0 (or 0xEE69B0) is known color: Hot Pink. HEX triplet: EE, 69 and B0. RGB value is (238,105,176). Sum of RGB (Red+Green+Blue) = 238+105+176=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE69B0 is #11964F. Grayscale: #989898. Windows color (decimal): -1152592 or 11561454. OLE color: 11561454.

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

Color convert

RGB 238 105 176 -
CMYK 0 0.56 0.26 0.07
HSL 327.97º 0.8% 0.67% -
HSV(B) 327.97º 0.56% 0.93% -
XYZ 48.15 31.41 44.6 -
YUV 152.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 238 105 176 0 0.56 0.26 0.07 327.97 0.8 0.67
Hex EE 69 B0 0 38 1A 7 148 50 43
Octal 356 151 260 0 70 32 7 510 120 103
Binary 11101110 1101001 10110000 0 111000 11010 111 101001000 1010000 1000011

Color Harmonies of #EE69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE69B0

Black with #EE69B0

Text Example


Text Example

White with #EE69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE69B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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