Html Css Color HEX #EE087F Deep Pink

📋 copy color: '#EE087F'

red 238 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #EE087F

Tints of Deep Pink #EE087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 63.81%
G = 2.14%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE087F (or 0xEE087F) is known color: Deep Pink. HEX triplet: EE, 08 and 7F. RGB value is (238,8,127). Sum of RGB (Red+Green+Blue) = 238+8+127=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE087F is #11F780. Grayscale: #5A5A5A. Windows color (decimal): -1177473 or 8325358. OLE color: 8325358.

HSL color Cylindrical-coordinate representation of color #EE087F: hue angle of 328.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE087F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 127 -
CMYK 0 0.97 0.47 0.07
HSL 328.96º 0.93% 0.48% -
HSV(B) 328.96º 0.97% 0.93% -
XYZ 39.18 19.88 21.85 -
YUV 90.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 238 8 127 0 0.97 0.47 0.07 328.96 0.93 0.48
Hex EE 8 7F 0 61 2F 7 149 5D 30
Octal 356 10 177 0 141 57 7 511 135 60
Binary 11101110 1000 1111111 0 1100001 101111 111 101001001 1011101 110000

Color Harmonies of #EE087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE087F

Black with #EE087F

Text Example


Text Example

White with #EE087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE087F; }

 p { color: rgb(238,8,127); }

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

background-color css

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

 a { background-color: rgb(238,8,127); }

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

border-color css

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

 span { border-color: rgb(238,8,127); }

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