Html Css Color HEX #EA1DD4 Shocking Pink

📋 copy color: '#EA1DD4'

red 234 ◦ green 29 ◦ blue 212

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

Shades of Shocking Pink #EA1DD4

Tints of Shocking Pink #EA1DD4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 49.26%
G = 6.11%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA1DD4 (or 0xEA1DD4) is known color: Shocking Pink. HEX triplet: EA, 1D and D4. RGB value is (234,29,212). Sum of RGB (Red+Green+Blue) = 234+29+212=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DD4 is #15E22B. Grayscale: #6E6E6E. Windows color (decimal): -1434156 or 13901290. OLE color: 13901290.

HSL color Cylindrical-coordinate representation of color #EA1DD4: hue angle of 306.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DD4 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 29 212 -
CMYK 0 0.88 0.09 0.08
HSL 306.44º 0.83% 0.52% -
HSV(B) 306.44º 0.88% 0.92% -
XYZ 46.25 23.12 64.31 -
YUV 111.16 184.92 215.62 -
System Red Green Blue C M Y K H S L
Decimal 234 29 212 0 0.88 0.09 0.08 306.44 0.83 0.52
Hex EA 1D D4 0 58 9 8 132 53 34
Octal 352 35 324 0 130 11 10 462 123 64
Binary 11101010 11101 11010100 0 1011000 1001 1000 100110010 1010011 110100

Color Harmonies of #EA1DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1DD4

Black with #EA1DD4

Text Example


Text Example

White with #EA1DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1DD4; }

 p { color: rgb(234,29,212); }

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

background-color css

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

 a { background-color: rgb(234,29,212); }

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

border-color css

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

 span { border-color: rgb(234,29,212); }

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