Html Css Color HEX #EE1CCB Shocking Pink

📋 copy color: '#EE1CCB'

red 238 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #EE1CCB

Tints of Shocking Pink #EE1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.97%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 50.75%
G = 5.97%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE1CCB (or 0xEE1CCB) is known color: Shocking Pink. HEX triplet: EE, 1C and CB. RGB value is (238,28,203). Sum of RGB (Red+Green+Blue) = 238+28+203=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CCB is #11E334. Grayscale: #6E6E6E. Windows color (decimal): -1172277 or 13311214. OLE color: 13311214.

HSL color Cylindrical-coordinate representation of color #EE1CCB: hue angle of 310º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1CCB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 28 203 -
CMYK 0 0.88 0.15 0.07
HSL 310º 0.86% 0.52% -
HSV(B) 310º 0.88% 0.93% -
XYZ 46.45 23.32 58.55 -
YUV 110.74 180.07 218.77 -
System Red Green Blue C M Y K H S L
Decimal 238 28 203 0 0.88 0.15 0.07 310 0.86 0.52
Hex EE 1C CB 0 58 F 7 136 56 34
Octal 356 34 313 0 130 17 7 466 126 64
Binary 11101110 11100 11001011 0 1011000 1111 111 100110110 1010110 110100

Color Harmonies of #EE1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CCB

Black with #EE1CCB

Text Example


Text Example

White with #EE1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CCB; }

 p { color: rgb(238,28,203); }

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

background-color css

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

 a { background-color: rgb(238,28,203); }

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

border-color css

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

 span { border-color: rgb(238,28,203); }

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