Html Css Color HEX #EE1DBD Shocking Pink

📋 copy color: '#EE1DBD'

red 238 ◦ green 29 ◦ blue 189

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

Shades of Shocking Pink #EE1DBD

Tints of Shocking Pink #EE1DBD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.36%

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

R = 52.19%
G = 6.36%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE1DBD (or 0xEE1DBD) is known color: Shocking Pink. HEX triplet: EE, 1D and BD. RGB value is (238,29,189). Sum of RGB (Red+Green+Blue) = 238+29+189=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DBD is #11E242. Grayscale: #6D6D6D. Windows color (decimal): -1172035 or 12393966. OLE color: 12393966.

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

Color convert

RGB 238 29 189 -
CMYK 0 0.88 0.21 0.07
HSL 314.07º 0.86% 0.52% -
HSV(B) 314.07º 0.88% 0.93% -
XYZ 44.88 22.73 50.17 -
YUV 109.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 238 29 189 0 0.88 0.21 0.07 314.07 0.86 0.52
Hex EE 1D BD 0 58 15 7 13A 56 34
Octal 356 35 275 0 130 25 7 472 126 64
Binary 11101110 11101 10111101 0 1011000 10101 111 100111010 1010110 110100

Color Harmonies of #EE1DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DBD

Black with #EE1DBD

Text Example


Text Example

White with #EE1DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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