Html Css Color HEX #EB5283 Dark Pink

📋 copy color: '#EB5283'

red 235 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #EB5283

Tints of Dark Pink #EB5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 52.46%
G = 18.3%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB5283 (or 0xEB5283) is known color: Dark Pink. HEX triplet: EB, 52 and 83. RGB value is (235,82,131). Sum of RGB (Red+Green+Blue) = 235+82+131=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5283 is #14AD7C. Grayscale: #858585. Windows color (decimal): -1355133 or 8606443. OLE color: 8606443.

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

Color convert

RGB 235 82 131 -
CMYK 0 0.65 0.44 0.08
HSL 340.78º 0.79% 0.62% -
HSV(B) 340.78º 0.65% 0.92% -
XYZ 41.37 25.34 24.18 -
YUV 133.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 235 82 131 0 0.65 0.44 0.08 340.78 0.79 0.62
Hex EB 52 83 0 41 2C 8 155 4F 3E
Octal 353 122 203 0 101 54 10 525 117 76
Binary 11101011 1010010 10000011 0 1000001 101100 1000 101010101 1001111 111110

Color Harmonies of #EB5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5283

Black with #EB5283

Text Example


Text Example

White with #EB5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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