Html Css Color HEX #EA0384 Deep Pink

📋 copy color: '#EA0384'

red 234 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #EA0384

Tints of Deep Pink #EA0384

RGB

 RED value IS 234 (91.8% from 255) = 63.41%

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 63.41%
G = 0.81%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0384 (or 0xEA0384) is known color: Deep Pink. HEX triplet: EA, 03 and 84. RGB value is (234,3,132). Sum of RGB (Red+Green+Blue) = 234+3+132=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0384 is #15FC7B. Grayscale: #565656. Windows color (decimal): -1440892 or 8651754. OLE color: 8651754.

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

Color convert

RGB 234 3 132 -
CMYK 0 0.99 0.44 0.08
HSL 326.49º 0.97% 0.46% -
HSV(B) 326.49º 0.99% 0.92% -
XYZ 38.13 19.22 23.53 -
YUV 86.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 234 3 132 0 0.99 0.44 0.08 326.49 0.97 0.46
Hex EA 3 84 0 63 2C 8 146 61 2E
Octal 352 3 204 0 143 54 10 506 141 56
Binary 11101010 11 10000100 0 1100011 101100 1000 101000110 1100001 101110

Color Harmonies of #EA0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0384

Black with #EA0384

Text Example


Text Example

White with #EA0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0384; }

 p { color: rgb(234,3,132); }

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

background-color css

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

 a { background-color: rgb(234,3,132); }

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

border-color css

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

 span { border-color: rgb(234,3,132); }

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