Html Css Color HEX #EA6183 Dark Pink

📋 copy color: '#EA6183'

red 234 ◦ green 97 ◦ blue 131

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

Shades of Dark Pink #EA6183

Tints of Dark Pink #EA6183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 50.65%
G = 21%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA6183 (or 0xEA6183) is known color: Dark Pink. HEX triplet: EA, 61 and 83. RGB value is (234,97,131). Sum of RGB (Red+Green+Blue) = 234+97+131=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6183 is #159E7C. Grayscale: #8D8D8D. Windows color (decimal): -1416829 or 8610282. OLE color: 8610282.

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

Color convert

RGB 234 97 131 -
CMYK 0 0.59 0.44 0.08
HSL 345.11º 0.77% 0.65% -
HSV(B) 345.11º 0.59% 0.92% -
XYZ 42.3 27.68 24.59 -
YUV 141.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 234 97 131 0 0.59 0.44 0.08 345.11 0.77 0.65
Hex EA 61 83 0 3B 2C 8 159 4D 41
Octal 352 141 203 0 73 54 10 531 115 101
Binary 11101010 1100001 10000011 0 111011 101100 1000 101011001 1001101 1000001

Color Harmonies of #EA6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6183

Black with #EA6183

Text Example


Text Example

White with #EA6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6183; }

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

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

background-color css

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

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

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

border-color css

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

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

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