Html Css Color HEX #E61158 Razzmatazz

📋 copy color: '#E61158'

red 230 ◦ green 17 ◦ blue 88

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

Shades of Razzmatazz #E61158

Tints of Razzmatazz #E61158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 68.66%
G = 5.07%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E61158 (or 0xE61158) is known color: Razzmatazz. HEX triplet: E6, 11 and 58. RGB value is (230,17,88). Sum of RGB (Red+Green+Blue) = 230+17+88=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E61158 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61158 is #19EEA7. Grayscale: #585858. Windows color (decimal): -1699496 or 5771750. OLE color: 5771750.

HSL color Cylindrical-coordinate representation of color #E61158: hue angle of 340º 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 #E61158 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 88 -
CMYK 0 0.93 0.62 0.10
HSL 340º 0.86% 0.48% -
HSV(B) 340º 0.93% 0.9% -
XYZ 34.6 17.93 10.87 -
YUV 88.78 127.57 228.73 -
System Red Green Blue C M Y K H S L
Decimal 230 17 88 0 0.93 0.62 0.10 340 0.86 0.48
Hex E6 11 58 0 5D 3E A 154 56 30
Octal 346 21 130 0 135 76 12 524 126 60
Binary 11100110 10001 1011000 0 1011101 111110 1010 101010100 1010110 110000

Color Harmonies of #E61158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61158

Black with #E61158

Text Example


Text Example

White with #E61158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61158; }

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

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

background-color css

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

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

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

border-color css

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

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

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