Html Css Color HEX #E6056A Razzmatazz

📋 copy color: '#E6056A'

red 230 ◦ green 5 ◦ blue 106

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

Shades of Razzmatazz #E6056A

Tints of Razzmatazz #E6056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 67.45%
G = 1.47%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6056A (or 0xE6056A) is known color: Razzmatazz. HEX triplet: E6, 05 and 6A. RGB value is (230,5,106). Sum of RGB (Red+Green+Blue) = 230+5+106=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6056A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6056A is #19FA95. Grayscale: #535353. Windows color (decimal): -1702550 or 6948326. OLE color: 6948326.

HSL color Cylindrical-coordinate representation of color #E6056A: hue angle of 333.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6056A is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 106 -
CMYK 0 0.98 0.54 0.10
HSL 333.07º 0.96% 0.46% -
HSV(B) 333.07º 0.98% 0.9% -
XYZ 35.29 17.97 15.24 -
YUV 83.79 140.54 232.29 -
System Red Green Blue C M Y K H S L
Decimal 230 5 106 0 0.98 0.54 0.10 333.07 0.96 0.46
Hex E6 5 6A 0 62 36 A 14D 60 2E
Octal 346 5 152 0 142 66 12 515 140 56
Binary 11100110 101 1101010 0 1100010 110110 1010 101001101 1100000 101110

Color Harmonies of #E6056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6056A

Black with #E6056A

Text Example


Text Example

White with #E6056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6056A; }

 p { color: rgb(230,5,106); }

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

background-color css

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

 a { background-color: rgb(230,5,106); }

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

border-color css

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

 span { border-color: rgb(230,5,106); }

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