Html Css Color HEX #EB4A83 Dark Pink

📋 copy color: '#EB4A83'

red 235 ◦ green 74 ◦ blue 131

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

Shades of Dark Pink #EB4A83

Tints of Dark Pink #EB4A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 53.41%
G = 16.82%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB4A83 (or 0xEB4A83) is known color: Dark Pink. HEX triplet: EB, 4A and 83. RGB value is (235,74,131). Sum of RGB (Red+Green+Blue) = 235+74+131=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4A83 is #14B57C. Grayscale: #808080. Windows color (decimal): -1357181 or 8604395. OLE color: 8604395.

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

Color convert

RGB 235 74 131 -
CMYK 0 0.69 0.44 0.08
HSL 338.76º 0.8% 0.61% -
HSV(B) 338.76º 0.69% 0.92% -
XYZ 40.81 24.2 23.99 -
YUV 128.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 235 74 131 0 0.69 0.44 0.08 338.76 0.8 0.61
Hex EB 4A 83 0 45 2C 8 153 50 3D
Octal 353 112 203 0 105 54 10 523 120 75
Binary 11101011 1001010 10000011 0 1000101 101100 1000 101010011 1010000 111101

Color Harmonies of #EB4A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A83

Black with #EB4A83

Text Example


Text Example

White with #EB4A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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