Html Css Color HEX #E74482 Dark Pink

📋 copy color: '#E74482'

red 231 ◦ green 68 ◦ blue 130

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

Shades of Dark Pink #E74482

Tints of Dark Pink #E74482

RGB

 RED value IS 231 (90.63% from 255) = 53.85%

 GREEN value IS 68 (26.95% from 255) = 15.85%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 53.85%
G = 15.85%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E74482 (or 0xE74482) is known color: Dark Pink. HEX triplet: E7, 44 and 82. RGB value is (231,68,130). Sum of RGB (Red+Green+Blue) = 231+68+130=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E74482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74482 is #18BB7D. Grayscale: #7B7B7B. Windows color (decimal): -1620862 or 8537319. OLE color: 8537319.

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

Color convert

RGB 231 68 130 -
CMYK 0 0.71 0.44 0.09
HSL 337.18º 0.77% 0.59% -
HSV(B) 337.18º 0.71% 0.91% -
XYZ 39.05 22.73 23.45 -
YUV 123.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 231 68 130 0 0.71 0.44 0.09 337.18 0.77 0.59
Hex E7 44 82 0 47 2C 9 151 4D 3B
Octal 347 104 202 0 107 54 11 521 115 73
Binary 11100111 1000100 10000010 0 1000111 101100 1001 101010001 1001101 111011

Color Harmonies of #E74482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74482

Black with #E74482

Text Example


Text Example

White with #E74482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74482; }

 p { color: rgb(231,68,130); }

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

background-color css

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

 a { background-color: rgb(231,68,130); }

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

border-color css

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

 span { border-color: rgb(231,68,130); }

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