Html Css Color HEX #EF18CD Shocking Pink

📋 copy color: '#EF18CD'

red 239 ◦ green 24 ◦ blue 205

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

Shades of Shocking Pink #EF18CD

Tints of Shocking Pink #EF18CD

RGB

 RED value IS 239 (93.75% from 255) = 51.07%

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

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

R = 51.07%
G = 5.13%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF18CD (or 0xEF18CD) is known color: Shocking Pink. HEX triplet: EF, 18 and CD. RGB value is (239,24,205). Sum of RGB (Red+Green+Blue) = 239+24+205=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18CD is #10E732. Grayscale: #6C6C6C. Windows color (decimal): -1107763 or 13441263. OLE color: 13441263.

HSL color Cylindrical-coordinate representation of color #EF18CD: hue angle of 309.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18CD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 205 -
CMYK 0 0.90 0.14 0.06
HSL 309.49º 0.87% 0.52% -
HSV(B) 309.49º 0.9% 0.94% -
XYZ 46.94 23.41 59.8 -
YUV 108.92 182.23 220.78 -
System Red Green Blue C M Y K H S L
Decimal 239 24 205 0 0.90 0.14 0.06 309.49 0.87 0.52
Hex EF 18 CD 0 5A E 6 135 57 34
Octal 357 30 315 0 132 16 6 465 127 64
Binary 11101111 11000 11001101 0 1011010 1110 110 100110101 1010111 110100

Color Harmonies of #EF18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18CD

Black with #EF18CD

Text Example


Text Example

White with #EF18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18CD; }

 p { color: rgb(239,24,205); }

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

background-color css

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

 a { background-color: rgb(239,24,205); }

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

border-color css

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

 span { border-color: rgb(239,24,205); }

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