Html Css Color HEX #EE1B7F Deep Pink

📋 copy color: '#EE1B7F'

red 238 ◦ green 27 ◦ blue 127

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

Shades of Deep Pink #EE1B7F

Tints of Deep Pink #EE1B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

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

R = 60.71%
G = 6.89%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE1B7F (or 0xEE1B7F) is known color: Deep Pink. HEX triplet: EE, 1B and 7F. RGB value is (238,27,127). Sum of RGB (Red+Green+Blue) = 238+27+127=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1B7F is #11E480. Grayscale: #656565. Windows color (decimal): -1172609 or 8330222. OLE color: 8330222.

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

Color convert

RGB 238 27 127 -
CMYK 0 0.89 0.47 0.07
HSL 331.56º 0.86% 0.52% -
HSV(B) 331.56º 0.89% 0.93% -
XYZ 39.48 20.49 21.95 -
YUV 101.49 142.4 225.37 -
System Red Green Blue C M Y K H S L
Decimal 238 27 127 0 0.89 0.47 0.07 331.56 0.86 0.52
Hex EE 1B 7F 0 59 2F 7 14C 56 34
Octal 356 33 177 0 131 57 7 514 126 64
Binary 11101110 11011 1111111 0 1011001 101111 111 101001100 1010110 110100

Color Harmonies of #EE1B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1B7F

Black with #EE1B7F

Text Example


Text Example

White with #EE1B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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