Html Css Color HEX #EE04B4 Shocking Pink

📋 copy color: '#EE04B4'

red 238 ◦ green 4 ◦ blue 180

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

Shades of Shocking Pink #EE04B4

Tints of Shocking Pink #EE04B4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 56.4%
G = 0.95%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE04B4 (or 0xEE04B4) is known color: Shocking Pink. HEX triplet: EE, 04 and B4. RGB value is (238,4,180). Sum of RGB (Red+Green+Blue) = 238+4+180=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE04B4 is #11FB4B. Grayscale: #5D5D5D. Windows color (decimal): -1178444 or 11797742. OLE color: 11797742.

HSL color Cylindrical-coordinate representation of color #EE04B4: hue angle of 314.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04B4 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 180 -
CMYK 0 0.98 0.24 0.07
HSL 314.87º 0.97% 0.47% -
HSV(B) 314.87º 0.98% 0.93% -
XYZ 43.54 21.56 45.05 -
YUV 94.03 176.52 230.69 -
System Red Green Blue C M Y K H S L
Decimal 238 4 180 0 0.98 0.24 0.07 314.87 0.97 0.47
Hex EE 4 B4 0 62 18 7 13B 61 2F
Octal 356 4 264 0 142 30 7 473 141 57
Binary 11101110 100 10110100 0 1100010 11000 111 100111011 1100001 101111

Color Harmonies of #EE04B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04B4

Black with #EE04B4

Text Example


Text Example

White with #EE04B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04B4; }

 p { color: rgb(238,4,180); }

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

background-color css

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

 a { background-color: rgb(238,4,180); }

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

border-color css

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

 span { border-color: rgb(238,4,180); }

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