Html Css Color HEX #EF258E Deep Pink

📋 copy color: '#EF258E'

red 239 ◦ green 37 ◦ blue 142

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

Shades of Deep Pink #EF258E

Tints of Deep Pink #EF258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 57.18%
G = 8.85%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF258E (or 0xEF258E) is known color: Deep Pink. HEX triplet: EF, 25 and 8E. RGB value is (239,37,142). Sum of RGB (Red+Green+Blue) = 239+37+142=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF258E is #10DA71. Grayscale: #6D6D6D. Windows color (decimal): -1104498 or 9315823. OLE color: 9315823.

HSL color Cylindrical-coordinate representation of color #EF258E: hue angle of 328.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF258E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 142 -
CMYK 0 0.85 0.41 0.06
HSL 328.81º 0.86% 0.54% -
HSV(B) 328.81º 0.85% 0.94% -
XYZ 41.14 21.63 27.6 -
YUV 109.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 239 37 142 0 0.85 0.41 0.06 328.81 0.86 0.54
Hex EF 25 8E 0 55 29 6 149 56 36
Octal 357 45 216 0 125 51 6 511 126 66
Binary 11101111 100101 10001110 0 1010101 101001 110 101001001 1010110 110110

Color Harmonies of #EF258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF258E

Black with #EF258E

Text Example


Text Example

White with #EF258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF258E; }

 p { color: rgb(239,37,142); }

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

background-color css

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

 a { background-color: rgb(239,37,142); }

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

border-color css

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

 span { border-color: rgb(239,37,142); }

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