Html Css Color HEX #E6024B Razzmatazz

📋 copy color: '#E6024B'

red 230 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #E6024B

Tints of Razzmatazz #E6024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 74.92%
G = 0.65%
B = 24.43%

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

#E6024B (or 0xE6024B) is known color: Razzmatazz. HEX triplet: E6, 02 and 4B. RGB value is (230,2,75). Sum of RGB (Red+Green+Blue) = 230+2+75=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6024B is #19FDB4. Grayscale: #4E4E4E. Windows color (decimal): -1703349 or 4915942. OLE color: 4915942.

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

Color convert

RGB 230 2 75 -
CMYK 0 0.99 0.67 0.10
HSL 340.79º 0.98% 0.45% -
HSV(B) 340.79º 0.99% 0.9% -
XYZ 33.92 17.37 8.22 -
YUV 78.49 126.04 236.06 -
System Red Green Blue C M Y K H S L
Decimal 230 2 75 0 0.99 0.67 0.10 340.79 0.98 0.45
Hex E6 2 4B 0 63 43 A 155 62 2D
Octal 346 2 113 0 143 103 12 525 142 55
Binary 11100110 10 1001011 0 1100011 1000011 1010 101010101 1100010 101101

Color Harmonies of #E6024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6024B

Black with #E6024B

Text Example


Text Example

White with #E6024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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