Html Css Color HEX #EE0F8B Deep Pink

📋 copy color: '#EE0F8B'

red 238 ◦ green 15 ◦ blue 139

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

Shades of Deep Pink #EE0F8B

Tints of Deep Pink #EE0F8B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 60.71%
G = 3.83%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE0F8B (or 0xEE0F8B) is known color: Deep Pink. HEX triplet: EE, 0F and 8B. RGB value is (238,15,139). Sum of RGB (Red+Green+Blue) = 238+15+139=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F8B is #11F074. Grayscale: #5F5F5F. Windows color (decimal): -1175669 or 9113582. OLE color: 9113582.

HSL color Cylindrical-coordinate representation of color #EE0F8B: hue angle of 326.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F8B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 139 -
CMYK 0 0.94 0.42 0.07
HSL 326.64º 0.88% 0.5% -
HSV(B) 326.64º 0.94% 0.93% -
XYZ 40.09 20.38 26.25 -
YUV 95.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 238 15 139 0 0.94 0.42 0.07 326.64 0.88 0.5
Hex EE F 8B 0 5E 2A 7 147 58 32
Octal 356 17 213 0 136 52 7 507 130 62
Binary 11101110 1111 10001011 0 1011110 101010 111 101000111 1011000 110010

Color Harmonies of #EE0F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F8B

Black with #EE0F8B

Text Example


Text Example

White with #EE0F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F8B; }

 p { color: rgb(238,15,139); }

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

background-color css

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

 a { background-color: rgb(238,15,139); }

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

border-color css

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

 span { border-color: rgb(238,15,139); }

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