Html Css Color HEX #EE50BC Hot Pink

📋 copy color: '#EE50BC'

red 238 ◦ green 80 ◦ blue 188

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

Shades of Hot Pink #EE50BC

Tints of Hot Pink #EE50BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.81%

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 47.04%
G = 15.81%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE50BC (or 0xEE50BC) is known color: Hot Pink. HEX triplet: EE, 50 and BC. RGB value is (238,80,188). Sum of RGB (Red+Green+Blue) = 238+80+188=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50BC is #11AF43. Grayscale: #8B8B8B. Windows color (decimal): -1158980 or 12341486. OLE color: 12341486.

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

Color convert

RGB 238 80 188 -
CMYK 0 0.66 0.21 0.07
HSL 318.99º 0.82% 0.62% -
HSV(B) 318.99º 0.66% 0.93% -
XYZ 47.21 27.55 50.41 -
YUV 139.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 238 80 188 0 0.66 0.21 0.07 318.99 0.82 0.62
Hex EE 50 BC 0 42 15 7 13F 52 3E
Octal 356 120 274 0 102 25 7 477 122 76
Binary 11101110 1010000 10111100 0 1000010 10101 111 100111111 1010010 111110

Color Harmonies of #EE50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50BC

Black with #EE50BC

Text Example


Text Example

White with #EE50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50BC; }

 p { color: rgb(238,80,188); }

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

background-color css

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

 a { background-color: rgb(238,80,188); }

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

border-color css

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

 span { border-color: rgb(238,80,188); }

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