Html Css Color HEX #EF198D Deep Pink

📋 copy color: '#EF198D'

red 239 ◦ green 25 ◦ blue 141

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

Shades of Deep Pink #EF198D

Tints of Deep Pink #EF198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 59.01%
G = 6.17%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF198D (or 0xEF198D) is known color: Deep Pink. HEX triplet: EF, 19 and 8D. RGB value is (239,25,141). Sum of RGB (Red+Green+Blue) = 239+25+141=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF198D is #10E672. Grayscale: #656565. Windows color (decimal): -1107571 or 9247215. OLE color: 9247215.

HSL color Cylindrical-coordinate representation of color #EF198D: hue angle of 327.48º 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 #EF198D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 141 -
CMYK 0 0.90 0.41 0.06
HSL 327.48º 0.87% 0.52% -
HSV(B) 327.48º 0.9% 0.94% -
XYZ 40.75 20.97 27.1 -
YUV 102.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 239 25 141 0 0.90 0.41 0.06 327.48 0.87 0.52
Hex EF 19 8D 0 5A 29 6 147 57 34
Octal 357 31 215 0 132 51 6 507 127 64
Binary 11101111 11001 10001101 0 1011010 101001 110 101000111 1010111 110100

Color Harmonies of #EF198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF198D

Black with #EF198D

Text Example


Text Example

White with #EF198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF198D; }

 p { color: rgb(239,25,141); }

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

background-color css

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

 a { background-color: rgb(239,25,141); }

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

border-color css

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

 span { border-color: rgb(239,25,141); }

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