Html Css Color HEX #EE248E Deep Pink

📋 copy color: '#EE248E'

red 238 ◦ green 36 ◦ blue 142

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

Shades of Deep Pink #EE248E

Tints of Deep Pink #EE248E

RGB

 RED value IS 238 (93.36% from 255) = 57.21%

 GREEN value IS 36 (14.45% from 255) = 8.65%

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

R = 57.21%
G = 8.65%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE248E (or 0xEE248E) is known color: Deep Pink. HEX triplet: EE, 24 and 8E. RGB value is (238,36,142). Sum of RGB (Red+Green+Blue) = 238+36+142=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE248E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE248E is #11DB71. Grayscale: #6C6C6C. Windows color (decimal): -1170290 or 9315566. OLE color: 9315566.

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

Color convert

RGB 238 36 142 -
CMYK 0 0.85 0.40 0.07
HSL 328.51º 0.86% 0.54% -
HSV(B) 328.51º 0.85% 0.93% -
XYZ 40.77 21.39 27.57 -
YUV 108.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 238 36 142 0 0.85 0.40 0.07 328.51 0.86 0.54
Hex EE 24 8E 0 55 28 7 149 56 36
Octal 356 44 216 0 125 50 7 511 126 66
Binary 11101110 100100 10001110 0 1010101 101000 111 101001001 1010110 110110

Color Harmonies of #EE248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE248E

Black with #EE248E

Text Example


Text Example

White with #EE248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE248E; }

 p { color: rgb(238,36,142); }

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

background-color css

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

 a { background-color: rgb(238,36,142); }

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

border-color css

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

 span { border-color: rgb(238,36,142); }

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