Html Css Color HEX #EE0DC4 Shocking Pink

📋 copy color: '#EE0DC4'

red 238 ◦ green 13 ◦ blue 196

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

Shades of Shocking Pink #EE0DC4

Tints of Shocking Pink #EE0DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 53.24%
G = 2.91%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE0DC4 (or 0xEE0DC4) is known color: Shocking Pink. HEX triplet: EE, 0D and C4. RGB value is (238,13,196). Sum of RGB (Red+Green+Blue) = 238+13+196=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DC4 is #11F23B. Grayscale: #646464. Windows color (decimal): -1176124 or 12848622. OLE color: 12848622.

HSL color Cylindrical-coordinate representation of color #EE0DC4: hue angle of 311.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DC4 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 13 196 -
CMYK 0 0.95 0.18 0.07
HSL 311.2º 0.9% 0.49% -
HSV(B) 311.2º 0.95% 0.93% -
XYZ 45.37 22.45 54.17 -
YUV 101.14 181.54 225.62 -
System Red Green Blue C M Y K H S L
Decimal 238 13 196 0 0.95 0.18 0.07 311.2 0.9 0.49
Hex EE D C4 0 5F 12 7 137 5A 31
Octal 356 15 304 0 137 22 7 467 132 61
Binary 11101110 1101 11000100 0 1011111 10010 111 100110111 1011010 110001

Color Harmonies of #EE0DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DC4

Black with #EE0DC4

Text Example


Text Example

White with #EE0DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DC4; }

 p { color: rgb(238,13,196); }

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

background-color css

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

 a { background-color: rgb(238,13,196); }

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

border-color css

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

 span { border-color: rgb(238,13,196); }

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