Html Css Color HEX #E7014C Razzmatazz

📋 copy color: '#E7014C'

red 231 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #E7014C

Tints of Razzmatazz #E7014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 75%
G = 0.32%
B = 24.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7014C (or 0xE7014C) is known color: Razzmatazz. HEX triplet: E7, 01 and 4C. RGB value is (231,1,76). Sum of RGB (Red+Green+Blue) = 231+1+76=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7014C is #18FEB3. Grayscale: #4E4E4E. Windows color (decimal): -1638068 or 4981223. OLE color: 4981223.

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

Color convert

RGB 231 1 76 -
CMYK 0 1.00 0.67 0.09
HSL 340.43º 0.99% 0.45% -
HSV(B) 340.43º 1% 0.91% -
XYZ 34.27 17.53 8.42 -
YUV 78.32 126.7 236.9 -
System Red Green Blue C M Y K H S L
Decimal 231 1 76 0 1.00 0.67 0.09 340.43 0.99 0.45
Hex E7 1 4C 0 64 43 9 154 63 2D
Octal 347 1 114 0 144 103 11 524 143 55
Binary 11100111 1 1001100 0 1100100 1000011 1001 101010100 1100011 101101

Color Harmonies of #E7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7014C

Black with #E7014C

Text Example


Text Example

White with #E7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7014C; }

 p { color: rgb(231,1,76); }

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

background-color css

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

 a { background-color: rgb(231,1,76); }

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

border-color css

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

 span { border-color: rgb(231,1,76); }

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