Html Css Color HEX #EE01BD Shocking Pink

📋 copy color: '#EE01BD'

red 238 ◦ green 1 ◦ blue 189

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

Shades of Shocking Pink #EE01BD

Tints of Shocking Pink #EE01BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 55.61%
G = 0.23%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE01BD (or 0xEE01BD) is known color: Shocking Pink. HEX triplet: EE, 01 and BD. RGB value is (238,1,189). Sum of RGB (Red+Green+Blue) = 238+1+189=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01BD is #11FE42. Grayscale: #5C5C5C. Windows color (decimal): -1179203 or 12386798. OLE color: 12386798.

HSL color Cylindrical-coordinate representation of color #EE01BD: hue angle of 312.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01BD is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 189 -
CMYK 0 1.00 0.21 0.07
HSL 312.41º 0.99% 0.47% -
HSV(B) 312.41º 1% 0.93% -
XYZ 44.46 21.87 50.02 -
YUV 93.3 182.02 231.21 -
System Red Green Blue C M Y K H S L
Decimal 238 1 189 0 1.00 0.21 0.07 312.41 0.99 0.47
Hex EE 1 BD 0 64 15 7 138 63 2F
Octal 356 1 275 0 144 25 7 470 143 57
Binary 11101110 1 10111101 0 1100100 10101 111 100111000 1100011 101111

Color Harmonies of #EE01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01BD

Black with #EE01BD

Text Example


Text Example

White with #EE01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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