Html Css Color HEX #EE067F Deep Pink

📋 copy color: '#EE067F'

red 238 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #EE067F

Tints of Deep Pink #EE067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 64.15%
G = 1.62%
B = 34.23%

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

#EE067F (or 0xEE067F) is known color: Deep Pink. HEX triplet: EE, 06 and 7F. RGB value is (238,6,127). Sum of RGB (Red+Green+Blue) = 238+6+127=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE067F is #11F980. Grayscale: #585858. Windows color (decimal): -1177985 or 8324846. OLE color: 8324846.

HSL color Cylindrical-coordinate representation of color #EE067F: hue angle of 328.71º degrees, saturation: 0.95, 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 #EE067F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 127 -
CMYK 0 0.97 0.47 0.07
HSL 328.71º 0.95% 0.48% -
HSV(B) 328.71º 0.97% 0.93% -
XYZ 39.16 19.84 21.84 -
YUV 89.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 238 6 127 0 0.97 0.47 0.07 328.71 0.95 0.48
Hex EE 6 7F 0 61 2F 7 149 5F 30
Octal 356 6 177 0 141 57 7 511 137 60
Binary 11101110 110 1111111 0 1100001 101111 111 101001001 1011111 110000

Color Harmonies of #EE067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE067F

Black with #EE067F

Text Example


Text Example

White with #EE067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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