Html Css Color HEX #EE1BCD Shocking Pink

📋 copy color: '#EE1BCD'

red 238 ◦ green 27 ◦ blue 205

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

Shades of Shocking Pink #EE1BCD

Tints of Shocking Pink #EE1BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.74%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 50.64%
G = 5.74%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE1BCD (or 0xEE1BCD) is known color: Shocking Pink. HEX triplet: EE, 1B and CD. RGB value is (238,27,205). Sum of RGB (Red+Green+Blue) = 238+27+205=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BCD is #11E432. Grayscale: #6D6D6D. Windows color (decimal): -1172531 or 13442030. OLE color: 13442030.

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

Color convert

RGB 238 27 205 -
CMYK 0 0.89 0.14 0.07
HSL 309.38º 0.86% 0.52% -
HSV(B) 309.38º 0.89% 0.93% -
XYZ 46.67 23.37 59.81 -
YUV 110.38 181.4 219.03 -
System Red Green Blue C M Y K H S L
Decimal 238 27 205 0 0.89 0.14 0.07 309.38 0.86 0.52
Hex EE 1B CD 0 59 E 7 135 56 34
Octal 356 33 315 0 131 16 7 465 126 64
Binary 11101110 11011 11001101 0 1011001 1110 111 100110101 1010110 110100

Color Harmonies of #EE1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BCD

Black with #EE1BCD

Text Example


Text Example

White with #EE1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BCD; }

 p { color: rgb(238,27,205); }

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

background-color css

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

 a { background-color: rgb(238,27,205); }

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

border-color css

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

 span { border-color: rgb(238,27,205); }

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