Html Css Color HEX #EE0F83 Deep Pink

📋 copy color: '#EE0F83'

red 238 ◦ green 15 ◦ blue 131

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

Shades of Deep Pink #EE0F83

Tints of Deep Pink #EE0F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 61.98%
G = 3.91%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0F83 (or 0xEE0F83) is known color: Deep Pink. HEX triplet: EE, 0F and 83. RGB value is (238,15,131). Sum of RGB (Red+Green+Blue) = 238+15+131=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F83 is #11F07C. Grayscale: #5E5E5E. Windows color (decimal): -1175677 or 8589294. OLE color: 8589294.

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

Color convert

RGB 238 15 131 -
CMYK 0 0.94 0.45 0.07
HSL 328.79º 0.88% 0.5% -
HSV(B) 328.79º 0.94% 0.93% -
XYZ 39.53 20.16 23.28 -
YUV 94.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 238 15 131 0 0.94 0.45 0.07 328.79 0.88 0.5
Hex EE F 83 0 5E 2D 7 149 58 32
Octal 356 17 203 0 136 55 7 511 130 62
Binary 11101110 1111 10000011 0 1011110 101101 111 101001001 1011000 110010

Color Harmonies of #EE0F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F83

Black with #EE0F83

Text Example


Text Example

White with #EE0F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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