Html Css Color HEX #E61154 Razzmatazz

📋 copy color: '#E61154'

red 230 ◦ green 17 ◦ blue 84

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

Shades of Razzmatazz #E61154

Tints of Razzmatazz #E61154

RGB

 RED value IS 230 (90.23% from 255) = 69.49%

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 69.49%
G = 5.14%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61154 (or 0xE61154) is known color: Razzmatazz. HEX triplet: E6, 11 and 54. RGB value is (230,17,84). Sum of RGB (Red+Green+Blue) = 230+17+84=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E61154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61154 is #19EEAB. Grayscale: #585858. Windows color (decimal): -1699500 or 5509606. OLE color: 5509606.

HSL color Cylindrical-coordinate representation of color #E61154: hue angle of 341.13º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61154 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 84 -
CMYK 0 0.93 0.63 0.10
HSL 341.13º 0.86% 0.48% -
HSV(B) 341.13º 0.93% 0.9% -
XYZ 34.43 17.86 10.02 -
YUV 88.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 230 17 84 0 0.93 0.63 0.10 341.13 0.86 0.48
Hex E6 11 54 0 5D 3F A 155 56 30
Octal 346 21 124 0 135 77 12 525 126 60
Binary 11100110 10001 1010100 0 1011101 111111 1010 101010101 1010110 110000

Color Harmonies of #E61154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61154

Black with #E61154

Text Example


Text Example

White with #E61154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61154; }

 p { color: rgb(230,17,84); }

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

background-color css

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

 a { background-color: rgb(230,17,84); }

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

border-color css

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

 span { border-color: rgb(230,17,84); }

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