Html Css Color HEX #E7024B Razzmatazz

📋 copy color: '#E7024B'

red 231 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #E7024B

Tints of Razzmatazz #E7024B

RGB

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

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

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

R = 75%
G = 0.65%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7024B (or 0xE7024B) is known color: Razzmatazz. HEX triplet: E7, 02 and 4B. RGB value is (231,2,75). Sum of RGB (Red+Green+Blue) = 231+2+75=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7024B is #18FDB4. Grayscale: #4E4E4E. Windows color (decimal): -1637813 or 4915943. OLE color: 4915943.

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

Color convert

RGB 231 2 75 -
CMYK 0 0.99 0.68 0.09
HSL 340.87º 0.98% 0.46% -
HSV(B) 340.87º 0.99% 0.91% -
XYZ 34.25 17.54 8.24 -
YUV 78.79 125.87 236.56 -
System Red Green Blue C M Y K H S L
Decimal 231 2 75 0 0.99 0.68 0.09 340.87 0.98 0.46
Hex E7 2 4B 0 63 44 9 155 62 2E
Octal 347 2 113 0 143 104 11 525 142 56
Binary 11100111 10 1001011 0 1100011 1000100 1001 101010101 1100010 101110

Color Harmonies of #E7024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7024B

Black with #E7024B

Text Example


Text Example

White with #E7024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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