Html Css Color HEX #EB5483 Dark Pink

📋 copy color: '#EB5483'

red 235 ◦ green 84 ◦ blue 131

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

Shades of Dark Pink #EB5483

Tints of Dark Pink #EB5483

RGB

 RED value IS 235 (92.19% from 255) = 52.22%

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 52.22%
G = 18.67%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB5483 (or 0xEB5483) is known color: Dark Pink. HEX triplet: EB, 54 and 83. RGB value is (235,84,131). Sum of RGB (Red+Green+Blue) = 235+84+131=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5483 is #14AB7C. Grayscale: #868686. Windows color (decimal): -1354621 or 8606955. OLE color: 8606955.

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

Color convert

RGB 235 84 131 -
CMYK 0 0.64 0.44 0.08
HSL 341.32º 0.79% 0.63% -
HSV(B) 341.32º 0.64% 0.92% -
XYZ 41.53 25.64 24.23 -
YUV 134.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 235 84 131 0 0.64 0.44 0.08 341.32 0.79 0.63
Hex EB 54 83 0 40 2C 8 155 4F 3F
Octal 353 124 203 0 100 54 10 525 117 77
Binary 11101011 1010100 10000011 0 1000000 101100 1000 101010101 1001111 111111

Color Harmonies of #EB5483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5483

Black with #EB5483

Text Example


Text Example

White with #EB5483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5483; }

 p { color: rgb(235,84,131); }

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

background-color css

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

 a { background-color: rgb(235,84,131); }

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

border-color css

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

 span { border-color: rgb(235,84,131); }

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