Html Css Color HEX #EE007C Deep Pink

📋 copy color: '#EE007C'

red 238 ◦ green 0 ◦ blue 124

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

Shades of Deep Pink #EE007C

Tints of Deep Pink #EE007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 65.75%
G = 0%
B = 34.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE007C (or 0xEE007C) is known color: Deep Pink. HEX triplet: EE, 00 and 7C. RGB value is (238,0,124). Sum of RGB (Red+Green+Blue) = 238+0+124=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE007C is #11FF83. Grayscale: #555555. Windows color (decimal): -1179524 or 8126702. OLE color: 8126702.

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

Color convert

RGB 238 0 124 -
CMYK 0 1 0.48 0.07
HSL 328.74º 1% 0.47% -
HSV(B) 328.74º 1% 0.93% -
XYZ 38.9 19.63 20.81 -
YUV 85.3 149.85 236.92 -
System Red Green Blue C M Y K H S L
Decimal 238 0 124 0 1 0.48 0.07 328.74 1 0.47
Hex EE 0 7C 0 64 30 7 149 64 2F
Octal 356 0 174 0 144 60 7 511 144 57
Binary 11101110 0 1111100 0 1100100 110000 111 101001001 1100100 101111

Color Harmonies of #EE007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE007C

Black with #EE007C

Text Example


Text Example

White with #EE007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE007C; }

 p { color: rgb(238,0,124); }

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

background-color css

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

 a { background-color: rgb(238,0,124); }

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

border-color css

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

 span { border-color: rgb(238,0,124); }

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