Html Css Color HEX #EF258D Deep Pink

📋 copy color: '#EF258D'

red 239 ◦ green 37 ◦ blue 141

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

Shades of Deep Pink #EF258D

Tints of Deep Pink #EF258D

RGB

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

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

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

R = 57.31%
G = 8.87%
B = 33.81%

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

#EF258D (or 0xEF258D) is known color: Deep Pink. HEX triplet: EF, 25 and 8D. RGB value is (239,37,141). Sum of RGB (Red+Green+Blue) = 239+37+141=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF258D is #10DA72. Grayscale: #6D6D6D. Windows color (decimal): -1104499 or 9250287. OLE color: 9250287.

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

Color convert

RGB 239 37 141 -
CMYK 0 0.85 0.41 0.06
HSL 329.11º 0.86% 0.54% -
HSV(B) 329.11º 0.85% 0.94% -
XYZ 41.07 21.6 27.2 -
YUV 109.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 239 37 141 0 0.85 0.41 0.06 329.11 0.86 0.54
Hex EF 25 8D 0 55 29 6 149 56 36
Octal 357 45 215 0 125 51 6 511 126 66
Binary 11101111 100101 10001101 0 1010101 101001 110 101001001 1010110 110110

Color Harmonies of #EF258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF258D

Black with #EF258D

Text Example


Text Example

White with #EF258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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