Html Css Color HEX #E30D4E Razzmatazz

📋 copy color: '#E30D4E'

red 227 ◦ green 13 ◦ blue 78

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

Shades of Razzmatazz #E30D4E

Tints of Razzmatazz #E30D4E

RGB

 RED value IS 227 (89.06% from 255) = 71.38%

 GREEN value IS 13 (5.47% from 255) = 4.09%

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

R = 71.38%
G = 4.09%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E30D4E (or 0xE30D4E) is known color: Razzmatazz. HEX triplet: E3, 0D and 4E. RGB value is (227,13,78). Sum of RGB (Red+Green+Blue) = 227+13+78=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D4E is #1CF2B1. Grayscale: #545454. Windows color (decimal): -1897138 or 5115363. OLE color: 5115363.

HSL color Cylindrical-coordinate representation of color #E30D4E: hue angle of 341.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D4E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 78 -
CMYK 0 0.94 0.66 0.11
HSL 341.78º 0.89% 0.47% -
HSV(B) 341.78º 0.94% 0.89% -
XYZ 33.2 17.17 8.77 -
YUV 84.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 227 13 78 0 0.94 0.66 0.11 341.78 0.89 0.47
Hex E3 D 4E 0 5E 42 B 156 59 2F
Octal 343 15 116 0 136 102 13 526 131 57
Binary 11100011 1101 1001110 0 1011110 1000010 1011 101010110 1011001 101111

Color Harmonies of #E30D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D4E

Black with #E30D4E

Text Example


Text Example

White with #E30D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D4E; }

 p { color: rgb(227,13,78); }

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

background-color css

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

 a { background-color: rgb(227,13,78); }

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

border-color css

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

 span { border-color: rgb(227,13,78); }

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