Html Css Color HEX #EE1EBA Shocking Pink

📋 copy color: '#EE1EBA'

red 238 ◦ green 30 ◦ blue 186

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

Shades of Shocking Pink #EE1EBA

Tints of Shocking Pink #EE1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.61%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 52.42%
G = 6.61%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE1EBA (or 0xEE1EBA) is known color: Shocking Pink. HEX triplet: EE, 1E and BA. RGB value is (238,30,186). Sum of RGB (Red+Green+Blue) = 238+30+186=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EBA is #11E145. Grayscale: #6D6D6D. Windows color (decimal): -1171782 or 12197614. OLE color: 12197614.

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

Color convert

RGB 238 30 186 -
CMYK 0 0.87 0.22 0.07
HSL 315º 0.86% 0.53% -
HSV(B) 315º 0.87% 0.93% -
XYZ 44.59 22.65 48.48 -
YUV 109.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 238 30 186 0 0.87 0.22 0.07 315 0.86 0.53
Hex EE 1E BA 0 57 16 7 13B 56 35
Octal 356 36 272 0 127 26 7 473 126 65
Binary 11101110 11110 10111010 0 1010111 10110 111 100111011 1010110 110101

Color Harmonies of #EE1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EBA

Black with #EE1EBA

Text Example


Text Example

White with #EE1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EBA; }

 p { color: rgb(238,30,186); }

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

background-color css

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

 a { background-color: rgb(238,30,186); }

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

border-color css

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

 span { border-color: rgb(238,30,186); }

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