Html Css Color HEX #EF198B Deep Pink

📋 copy color: '#EF198B'

red 239 ◦ green 25 ◦ blue 139

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

Shades of Deep Pink #EF198B

Tints of Deep Pink #EF198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 59.31%
G = 6.2%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF198B (or 0xEF198B) is known color: Deep Pink. HEX triplet: EF, 19 and 8B. RGB value is (239,25,139). Sum of RGB (Red+Green+Blue) = 239+25+139=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF198B is #10E674. Grayscale: #656565. Windows color (decimal): -1107573 or 9116143. OLE color: 9116143.

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

Color convert

RGB 239 25 139 -
CMYK 0 0.90 0.42 0.06
HSL 328.04º 0.87% 0.52% -
HSV(B) 328.04º 0.9% 0.94% -
XYZ 40.6 20.91 26.32 -
YUV 101.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 239 25 139 0 0.90 0.42 0.06 328.04 0.87 0.52
Hex EF 19 8B 0 5A 2A 6 148 57 34
Octal 357 31 213 0 132 52 6 510 127 64
Binary 11101111 11001 10001011 0 1011010 101010 110 101001000 1010111 110100

Color Harmonies of #EF198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF198B

Black with #EF198B

Text Example


Text Example

White with #EF198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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