Html Css Color HEX #E60381 Deep Pink

📋 copy color: '#E60381'

red 230 ◦ green 3 ◦ blue 129

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

Shades of Deep Pink #E60381

Tints of Deep Pink #E60381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 63.54%
G = 0.83%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E60381 (or 0xE60381) is known color: Deep Pink. HEX triplet: E6, 03 and 81. RGB value is (230,3,129). Sum of RGB (Red+Green+Blue) = 230+3+129=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E60381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60381 is #19FC7E. Grayscale: #545454. Windows color (decimal): -1703039 or 8455142. OLE color: 8455142.

HSL color Cylindrical-coordinate representation of color #E60381: hue angle of 326.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60381 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 129 -
CMYK 0 0.99 0.44 0.10
HSL 326.7º 0.97% 0.46% -
HSV(B) 326.7º 0.99% 0.9% -
XYZ 36.63 18.47 22.4 -
YUV 85.24 152.71 231.25 -
System Red Green Blue C M Y K H S L
Decimal 230 3 129 0 0.99 0.44 0.10 326.7 0.97 0.46
Hex E6 3 81 0 63 2C A 147 61 2E
Octal 346 3 201 0 143 54 12 507 141 56
Binary 11100110 11 10000001 0 1100011 101100 1010 101000111 1100001 101110

Color Harmonies of #E60381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60381

Black with #E60381

Text Example


Text Example

White with #E60381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60381; }

 p { color: rgb(230,3,129); }

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

background-color css

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

 a { background-color: rgb(230,3,129); }

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

border-color css

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

 span { border-color: rgb(230,3,129); }

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