Html Css Color HEX #E6024D Razzmatazz

📋 copy color: '#E6024D'

red 230 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #E6024D

Tints of Razzmatazz #E6024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 74.43%
G = 0.65%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6024D (or 0xE6024D) is known color: Razzmatazz. HEX triplet: E6, 02 and 4D. RGB value is (230,2,77). Sum of RGB (Red+Green+Blue) = 230+2+77=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6024D is #19FDB2. Grayscale: #4E4E4E. Windows color (decimal): -1703347 or 5047014. OLE color: 5047014.

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

Color convert

RGB 230 2 77 -
CMYK 0 0.99 0.67 0.10
HSL 340.26º 0.98% 0.45% -
HSV(B) 340.26º 0.99% 0.9% -
XYZ 33.99 17.4 8.59 -
YUV 78.72 127.04 235.9 -
System Red Green Blue C M Y K H S L
Decimal 230 2 77 0 0.99 0.67 0.10 340.26 0.98 0.45
Hex E6 2 4D 0 63 43 A 154 62 2D
Octal 346 2 115 0 143 103 12 524 142 55
Binary 11100110 10 1001101 0 1100011 1000011 1010 101010100 1100010 101101

Color Harmonies of #E6024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6024D

Black with #E6024D

Text Example


Text Example

White with #E6024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6024D; }

 p { color: rgb(230,2,77); }

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

background-color css

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

 a { background-color: rgb(230,2,77); }

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

border-color css

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

 span { border-color: rgb(230,2,77); }

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