Html Css Color HEX #EE007B Deep Pink

📋 copy color: '#EE007B'

red 238 ◦ green 0 ◦ blue 123

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

Shades of Deep Pink #EE007B

Tints of Deep Pink #EE007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 65.93%
G = 0%
B = 34.07%

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

#EE007B (or 0xEE007B) is known color: Deep Pink. HEX triplet: EE, 00 and 7B. RGB value is (238,0,123). Sum of RGB (Red+Green+Blue) = 238+0+123=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE007B is #11FF84. Grayscale: #545454. Windows color (decimal): -1179525 or 8061166. OLE color: 8061166.

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

Color convert

RGB 238 0 123 -
CMYK 0 1 0.48 0.07
HSL 328.99º 1% 0.47% -
HSV(B) 328.99º 1% 0.93% -
XYZ 38.84 19.61 20.48 -
YUV 85.18 149.35 237 -
System Red Green Blue C M Y K H S L
Decimal 238 0 123 0 1 0.48 0.07 328.99 1 0.47
Hex EE 0 7B 0 64 30 7 149 64 2F
Octal 356 0 173 0 144 60 7 511 144 57
Binary 11101110 0 1111011 0 1100100 110000 111 101001001 1100100 101111

Color Harmonies of #EE007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE007B

Black with #EE007B

Text Example


Text Example

White with #EE007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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