Html Css Color HEX #EE0A8F Deep Pink

📋 copy color: '#EE0A8F'

red 238 ◦ green 10 ◦ blue 143

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

Shades of Deep Pink #EE0A8F

Tints of Deep Pink #EE0A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 60.87%
G = 2.56%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE0A8F (or 0xEE0A8F) is known color: Deep Pink. HEX triplet: EE, 0A and 8F. RGB value is (238,10,143). Sum of RGB (Red+Green+Blue) = 238+10+143=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A8F is #11F570. Grayscale: #5D5D5D. Windows color (decimal): -1176945 or 9374446. OLE color: 9374446.

HSL color Cylindrical-coordinate representation of color #EE0A8F: hue angle of 325º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A8F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 143 -
CMYK 0 0.96 0.40 0.07
HSL 325º 0.92% 0.49% -
HSV(B) 325º 0.96% 0.93% -
XYZ 40.33 20.38 27.79 -
YUV 93.33 156.04 231.19 -
System Red Green Blue C M Y K H S L
Decimal 238 10 143 0 0.96 0.40 0.07 325 0.92 0.49
Hex EE A 8F 0 60 28 7 145 5C 31
Octal 356 12 217 0 140 50 7 505 134 61
Binary 11101110 1010 10001111 0 1100000 101000 111 101000101 1011100 110001

Color Harmonies of #EE0A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A8F

Black with #EE0A8F

Text Example


Text Example

White with #EE0A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A8F; }

 p { color: rgb(238,10,143); }

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

background-color css

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

 a { background-color: rgb(238,10,143); }

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

border-color css

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

 span { border-color: rgb(238,10,143); }

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