Html Css Color HEX #EE1CBE Shocking Pink

📋 copy color: '#EE1CBE'

red 238 ◦ green 28 ◦ blue 190

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

Shades of Shocking Pink #EE1CBE

Tints of Shocking Pink #EE1CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 52.19%
G = 6.14%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE1CBE (or 0xEE1CBE) is known color: Shocking Pink. HEX triplet: EE, 1C and BE. RGB value is (238,28,190). Sum of RGB (Red+Green+Blue) = 238+28+190=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CBE is #11E341. Grayscale: #6C6C6C. Windows color (decimal): -1172290 or 12459246. OLE color: 12459246.

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

Color convert

RGB 238 28 190 -
CMYK 0 0.88 0.20 0.07
HSL 313.71º 0.86% 0.52% -
HSV(B) 313.71º 0.88% 0.93% -
XYZ 44.97 22.73 50.73 -
YUV 109.26 173.57 219.83 -
System Red Green Blue C M Y K H S L
Decimal 238 28 190 0 0.88 0.20 0.07 313.71 0.86 0.52
Hex EE 1C BE 0 58 14 7 13A 56 34
Octal 356 34 276 0 130 24 7 472 126 64
Binary 11101110 11100 10111110 0 1011000 10100 111 100111010 1010110 110100

Color Harmonies of #EE1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CBE

Black with #EE1CBE

Text Example


Text Example

White with #EE1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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