Html Css Color HEX #EE1E7F Deep Pink

📋 copy color: '#EE1E7F'

red 238 ◦ green 30 ◦ blue 127

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

Shades of Deep Pink #EE1E7F

Tints of Deep Pink #EE1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

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

R = 60.25%
G = 7.59%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE1E7F (or 0xEE1E7F) is known color: Deep Pink. HEX triplet: EE, 1E and 7F. RGB value is (238,30,127). Sum of RGB (Red+Green+Blue) = 238+30+127=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E7F is #11E180. Grayscale: #676767. Windows color (decimal): -1171841 or 8330990. OLE color: 8330990.

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

Color convert

RGB 238 30 127 -
CMYK 0 0.87 0.47 0.07
HSL 332.02º 0.86% 0.53% -
HSV(B) 332.02º 0.87% 0.93% -
XYZ 39.55 20.64 21.98 -
YUV 103.25 141.41 224.11 -
System Red Green Blue C M Y K H S L
Decimal 238 30 127 0 0.87 0.47 0.07 332.02 0.86 0.53
Hex EE 1E 7F 0 57 2F 7 14C 56 35
Octal 356 36 177 0 127 57 7 514 126 65
Binary 11101110 11110 1111111 0 1010111 101111 111 101001100 1010110 110101

Color Harmonies of #EE1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E7F

Black with #EE1E7F

Text Example


Text Example

White with #EE1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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