Html Css Color HEX #EE06BD Shocking Pink

📋 copy color: '#EE06BD'

red 238 ◦ green 6 ◦ blue 189

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

Shades of Shocking Pink #EE06BD

Tints of Shocking Pink #EE06BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 54.97%
G = 1.39%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE06BD (or 0xEE06BD) is known color: Shocking Pink. HEX triplet: EE, 06 and BD. RGB value is (238,6,189). Sum of RGB (Red+Green+Blue) = 238+6+189=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE06BD is #11F942. Grayscale: #5F5F5F. Windows color (decimal): -1177923 or 12388078. OLE color: 12388078.

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

Color convert

RGB 238 6 189 -
CMYK 0 0.97 0.21 0.07
HSL 312.67º 0.95% 0.48% -
HSV(B) 312.67º 0.97% 0.93% -
XYZ 44.51 21.98 50.04 -
YUV 96.23 180.36 229.12 -
System Red Green Blue C M Y K H S L
Decimal 238 6 189 0 0.97 0.21 0.07 312.67 0.95 0.48
Hex EE 6 BD 0 61 15 7 139 5F 30
Octal 356 6 275 0 141 25 7 471 137 60
Binary 11101110 110 10111101 0 1100001 10101 111 100111001 1011111 110000

Color Harmonies of #EE06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06BD

Black with #EE06BD

Text Example


Text Example

White with #EE06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06BD; }

 p { color: rgb(238,6,189); }

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

background-color css

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

 a { background-color: rgb(238,6,189); }

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

border-color css

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

 span { border-color: rgb(238,6,189); }

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