Html Css Color HEX #E7024D Razzmatazz

📋 copy color: '#E7024D'

red 231 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #E7024D

Tints of Razzmatazz #E7024D

RGB

 RED value IS 231 (90.63% from 255) = 74.52%

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

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

R = 74.52%
G = 0.65%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7024D (or 0xE7024D) is known color: Razzmatazz. HEX triplet: E7, 02 and 4D. RGB value is (231,2,77). Sum of RGB (Red+Green+Blue) = 231+2+77=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7024D is #18FDB2. Grayscale: #4E4E4E. Windows color (decimal): -1637811 or 5047015. OLE color: 5047015.

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

Color convert

RGB 231 2 77 -
CMYK 0 0.99 0.67 0.09
HSL 340.35º 0.98% 0.46% -
HSV(B) 340.35º 0.99% 0.91% -
XYZ 34.32 17.57 8.6 -
YUV 79.02 126.87 236.4 -
System Red Green Blue C M Y K H S L
Decimal 231 2 77 0 0.99 0.67 0.09 340.35 0.98 0.46
Hex E7 2 4D 0 63 43 9 154 62 2E
Octal 347 2 115 0 143 103 11 524 142 56
Binary 11100111 10 1001101 0 1100011 1000011 1001 101010100 1100010 101110

Color Harmonies of #E7024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7024D

Black with #E7024D

Text Example


Text Example

White with #E7024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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