Html Css Color HEX #EE18CF Shocking Pink

📋 copy color: '#EE18CF'

red 238 ◦ green 24 ◦ blue 207

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

Shades of Shocking Pink #EE18CF

Tints of Shocking Pink #EE18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.12%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 50.75%
G = 5.12%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE18CF (or 0xEE18CF) is known color: Shocking Pink. HEX triplet: EE, 18 and CF. RGB value is (238,24,207). Sum of RGB (Red+Green+Blue) = 238+24+207=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18CF is #11E730. Grayscale: #6C6C6C. Windows color (decimal): -1173297 or 13572334. OLE color: 13572334.

HSL color Cylindrical-coordinate representation of color #EE18CF: hue angle of 308.69º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18CF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 207 -
CMYK 0 0.90 0.13 0.07
HSL 308.69º 0.86% 0.51% -
HSV(B) 308.69º 0.9% 0.93% -
XYZ 46.85 23.34 61.07 -
YUV 108.85 183.4 220.12 -
System Red Green Blue C M Y K H S L
Decimal 238 24 207 0 0.90 0.13 0.07 308.69 0.86 0.51
Hex EE 18 CF 0 5A D 7 135 56 33
Octal 356 30 317 0 132 15 7 465 126 63
Binary 11101110 11000 11001111 0 1011010 1101 111 100110101 1010110 110011

Color Harmonies of #EE18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18CF

Black with #EE18CF

Text Example


Text Example

White with #EE18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18CF; }

 p { color: rgb(238,24,207); }

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

background-color css

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

 a { background-color: rgb(238,24,207); }

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

border-color css

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

 span { border-color: rgb(238,24,207); }

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