Html Css Color HEX #EE6085 Dark Pink

📋 copy color: '#EE6085'

red 238 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #EE6085

Tints of Dark Pink #EE6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 50.96%
G = 20.56%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE6085 (or 0xEE6085) is known color: Dark Pink. HEX triplet: EE, 60 and 85. RGB value is (238,96,133). Sum of RGB (Red+Green+Blue) = 238+96+133=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6085 is #119F7A. Grayscale: #8E8E8E. Windows color (decimal): -1154939 or 8741102. OLE color: 8741102.

HSL color Cylindrical-coordinate representation of color #EE6085: hue angle of 344.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6085 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 133 -
CMYK 0 0.60 0.44 0.07
HSL 344.37º 0.81% 0.65% -
HSV(B) 344.37º 0.6% 0.93% -
XYZ 43.68 28.24 25.34 -
YUV 142.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 238 96 133 0 0.60 0.44 0.07 344.37 0.81 0.65
Hex EE 60 85 0 3C 2C 7 158 51 41
Octal 356 140 205 0 74 54 7 530 121 101
Binary 11101110 1100000 10000101 0 111100 101100 111 101011000 1010001 1000001

Color Harmonies of #EE6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6085

Black with #EE6085

Text Example


Text Example

White with #EE6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6085; }

 p { color: rgb(238,96,133); }

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

background-color css

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

 a { background-color: rgb(238,96,133); }

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

border-color css

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

 span { border-color: rgb(238,96,133); }

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