Html Css Color HEX #EE0385 Deep Pink

📋 copy color: '#EE0385'

red 238 ◦ green 3 ◦ blue 133

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

Shades of Deep Pink #EE0385

Tints of Deep Pink #EE0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 63.64%
G = 0.8%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE0385 (or 0xEE0385) is known color: Deep Pink. HEX triplet: EE, 03 and 85. RGB value is (238,3,133). Sum of RGB (Red+Green+Blue) = 238+3+133=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0385 is #11FC7A. Grayscale: #575757. Windows color (decimal): -1178747 or 8717294. OLE color: 8717294.

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

Color convert

RGB 238 3 133 -
CMYK 0 0.99 0.44 0.07
HSL 326.81º 0.98% 0.47% -
HSV(B) 326.81º 0.99% 0.93% -
XYZ 39.53 19.94 23.96 -
YUV 88.09 153.36 234.93 -
System Red Green Blue C M Y K H S L
Decimal 238 3 133 0 0.99 0.44 0.07 326.81 0.98 0.47
Hex EE 3 85 0 63 2C 7 147 62 2F
Octal 356 3 205 0 143 54 7 507 142 57
Binary 11101110 11 10000101 0 1100011 101100 111 101000111 1100010 101111

Color Harmonies of #EE0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0385

Black with #EE0385

Text Example


Text Example

White with #EE0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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