Html Css Color HEX #EA1283 Deep Pink

📋 copy color: '#EA1283'

red 234 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #EA1283

Tints of Deep Pink #EA1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 61.1%
G = 4.7%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1283 (or 0xEA1283) is known color: Deep Pink. HEX triplet: EA, 12 and 83. RGB value is (234,18,131). Sum of RGB (Red+Green+Blue) = 234+18+131=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1283 is #15ED7C. Grayscale: #5F5F5F. Windows color (decimal): -1437053 or 8590058. OLE color: 8590058.

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

Color convert

RGB 234 18 131 -
CMYK 0 0.92 0.44 0.08
HSL 328.61º 0.86% 0.49% -
HSV(B) 328.61º 0.92% 0.92% -
XYZ 38.24 19.56 23.23 -
YUV 95.47 148.06 226.81 -
System Red Green Blue C M Y K H S L
Decimal 234 18 131 0 0.92 0.44 0.08 328.61 0.86 0.49
Hex EA 12 83 0 5C 2C 8 149 56 31
Octal 352 22 203 0 134 54 10 511 126 61
Binary 11101010 10010 10000011 0 1011100 101100 1000 101001001 1010110 110001

Color Harmonies of #EA1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1283

Black with #EA1283

Text Example


Text Example

White with #EA1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1283; }

 p { color: rgb(234,18,131); }

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

background-color css

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

 a { background-color: rgb(234,18,131); }

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

border-color css

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

 span { border-color: rgb(234,18,131); }

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