Html Css Color HEX #EE238C Deep Pink

📋 copy color: '#EE238C'

red 238 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #EE238C

Tints of Deep Pink #EE238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.47%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 57.63%
G = 8.47%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE238C (or 0xEE238C) is known color: Deep Pink. HEX triplet: EE, 23 and 8C. RGB value is (238,35,140). Sum of RGB (Red+Green+Blue) = 238+35+140=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE238C is #11DC73. Grayscale: #6B6B6B. Windows color (decimal): -1170548 or 9184238. OLE color: 9184238.

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

Color convert

RGB 238 35 140 -
CMYK 0 0.85 0.41 0.07
HSL 328.97º 0.86% 0.54% -
HSV(B) 328.97º 0.85% 0.93% -
XYZ 40.59 21.27 26.78 -
YUV 107.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 238 35 140 0 0.85 0.41 0.07 328.97 0.86 0.54
Hex EE 23 8C 0 55 29 7 149 56 36
Octal 356 43 214 0 125 51 7 511 126 66
Binary 11101110 100011 10001100 0 1010101 101001 111 101001001 1010110 110110

Color Harmonies of #EE238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE238C

Black with #EE238C

Text Example


Text Example

White with #EE238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE238C; }

 p { color: rgb(238,35,140); }

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

background-color css

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

 a { background-color: rgb(238,35,140); }

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

border-color css

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

 span { border-color: rgb(238,35,140); }

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