Html Css Color HEX #EE238A Deep Pink

📋 copy color: '#EE238A'

red 238 ◦ green 35 ◦ blue 138

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

Shades of Deep Pink #EE238A

Tints of Deep Pink #EE238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 57.91%
G = 8.52%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE238A (or 0xEE238A) is known color: Deep Pink. HEX triplet: EE, 23 and 8A. RGB value is (238,35,138). Sum of RGB (Red+Green+Blue) = 238+35+138=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE238A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE238A is #11DC75. Grayscale: #6B6B6B. Windows color (decimal): -1170550 or 9053166. OLE color: 9053166.

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

Color convert

RGB 238 35 138 -
CMYK 0 0.85 0.42 0.07
HSL 329.56º 0.86% 0.54% -
HSV(B) 329.56º 0.85% 0.93% -
XYZ 40.45 21.21 26.01 -
YUV 107.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 238 35 138 0 0.85 0.42 0.07 329.56 0.86 0.54
Hex EE 23 8A 0 55 2A 7 14A 56 36
Octal 356 43 212 0 125 52 7 512 126 66
Binary 11101110 100011 10001010 0 1010101 101010 111 101001010 1010110 110110

Color Harmonies of #EE238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE238A

Black with #EE238A

Text Example


Text Example

White with #EE238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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