Html Css Color HEX #E6055D Razzmatazz

📋 copy color: '#E6055D'

red 230 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #E6055D

Tints of Razzmatazz #E6055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 70.12%
G = 1.52%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6055D (or 0xE6055D) is known color: Razzmatazz. HEX triplet: E6, 05 and 5D. RGB value is (230,5,93). Sum of RGB (Red+Green+Blue) = 230+5+93=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6055D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6055D is #19FAA2. Grayscale: #525252. Windows color (decimal): -1702563 or 6096358. OLE color: 6096358.

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

Color convert

RGB 230 5 93 -
CMYK 0 0.98 0.60 0.10
HSL 336.53º 0.96% 0.46% -
HSV(B) 336.53º 0.98% 0.9% -
XYZ 34.66 17.72 11.95 -
YUV 82.31 134.04 233.34 -
System Red Green Blue C M Y K H S L
Decimal 230 5 93 0 0.98 0.60 0.10 336.53 0.96 0.46
Hex E6 5 5D 0 62 3C A 151 60 2E
Octal 346 5 135 0 142 74 12 521 140 56
Binary 11100110 101 1011101 0 1100010 111100 1010 101010001 1100000 101110

Color Harmonies of #E6055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6055D

Black with #E6055D

Text Example


Text Example

White with #E6055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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