Html Css Color HEX #E7024E Razzmatazz

📋 copy color: '#E7024E'

red 231 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #E7024E

Tints of Razzmatazz #E7024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 74.28%
G = 0.64%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7024E (or 0xE7024E) is known color: Razzmatazz. HEX triplet: E7, 02 and 4E. RGB value is (231,2,78). Sum of RGB (Red+Green+Blue) = 231+2+78=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7024E is #18FDB1. Grayscale: #4F4F4F. Windows color (decimal): -1637810 or 5112551. OLE color: 5112551.

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

Color convert

RGB 231 2 78 -
CMYK 0 0.99 0.66 0.09
HSL 340.09º 0.98% 0.46% -
HSV(B) 340.09º 0.99% 0.91% -
XYZ 34.35 17.58 8.79 -
YUV 79.14 127.37 236.32 -
System Red Green Blue C M Y K H S L
Decimal 231 2 78 0 0.99 0.66 0.09 340.09 0.98 0.46
Hex E7 2 4E 0 63 42 9 154 62 2E
Octal 347 2 116 0 143 102 11 524 142 56
Binary 11100111 10 1001110 0 1100011 1000010 1001 101010100 1100010 101110

Color Harmonies of #E7024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7024E

Black with #E7024E

Text Example


Text Example

White with #E7024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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