Html Css Color HEX #E6115C Razzmatazz

📋 copy color: '#E6115C'

red 230 ◦ green 17 ◦ blue 92

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

Shades of Razzmatazz #E6115C

Tints of Razzmatazz #E6115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 67.85%
G = 5.01%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6115C (or 0xE6115C) is known color: Razzmatazz. HEX triplet: E6, 11 and 5C. RGB value is (230,17,92). Sum of RGB (Red+Green+Blue) = 230+17+92=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6115C is #19EEA3. Grayscale: #595959. Windows color (decimal): -1699492 or 6033894. OLE color: 6033894.

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

Color convert

RGB 230 17 92 -
CMYK 0 0.93 0.60 0.10
HSL 338.87º 0.86% 0.48% -
HSV(B) 338.87º 0.93% 0.9% -
XYZ 34.77 18 11.77 -
YUV 89.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 230 17 92 0 0.93 0.60 0.10 338.87 0.86 0.48
Hex E6 11 5C 0 5D 3C A 153 56 30
Octal 346 21 134 0 135 74 12 523 126 60
Binary 11100110 10001 1011100 0 1011101 111100 1010 101010011 1010110 110000

Color Harmonies of #E6115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6115C

Black with #E6115C

Text Example


Text Example

White with #E6115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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