Html Css Color HEX #E61085 Deep Pink

📋 copy color: '#E61085'

red 230 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #E61085

Tints of Deep Pink #E61085

RGB

 RED value IS 230 (90.23% from 255) = 60.69%

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 60.69%
G = 4.22%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61085 (or 0xE61085) is known color: Deep Pink. HEX triplet: E6, 10 and 85. RGB value is (230,16,133). Sum of RGB (Red+Green+Blue) = 230+16+133=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E61085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61085 is #19EF7A. Grayscale: #5D5D5D. Windows color (decimal): -1699707 or 8720614. OLE color: 8720614.

HSL color Cylindrical-coordinate representation of color #E61085: hue angle of 327.2º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61085 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 133 -
CMYK 0 0.93 0.42 0.10
HSL 327.2º 0.87% 0.48% -
HSV(B) 327.2º 0.93% 0.9% -
XYZ 37.05 18.89 23.88 -
YUV 93.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 230 16 133 0 0.93 0.42 0.10 327.2 0.87 0.48
Hex E6 10 85 0 5D 2A A 147 57 30
Octal 346 20 205 0 135 52 12 507 127 60
Binary 11100110 10000 10000101 0 1011101 101010 1010 101000111 1010111 110000

Color Harmonies of #E61085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61085

Black with #E61085

Text Example


Text Example

White with #E61085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61085; }

 p { color: rgb(230,16,133); }

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

background-color css

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

 a { background-color: rgb(230,16,133); }

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

border-color css

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

 span { border-color: rgb(230,16,133); }

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