Html Css Color HEX #E30D4B Razzmatazz

📋 copy color: '#E30D4B'

red 227 ◦ green 13 ◦ blue 75

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

Shades of Razzmatazz #E30D4B

Tints of Razzmatazz #E30D4B

RGB

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

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

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

R = 72.06%
G = 4.13%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E30D4B (or 0xE30D4B) is known color: Razzmatazz. HEX triplet: E3, 0D and 4B. RGB value is (227,13,75). Sum of RGB (Red+Green+Blue) = 227+13+75=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D4B is #1CF2B4. Grayscale: #545454. Windows color (decimal): -1897141 or 4918755. OLE color: 4918755.

HSL color Cylindrical-coordinate representation of color #E30D4B: hue angle of 342.62º 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 #E30D4B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 75 -
CMYK 0 0.94 0.67 0.11
HSL 342.62º 0.89% 0.47% -
HSV(B) 342.62º 0.94% 0.89% -
XYZ 33.09 17.13 8.22 -
YUV 84.05 122.9 229.96 -
System Red Green Blue C M Y K H S L
Decimal 227 13 75 0 0.94 0.67 0.11 342.62 0.89 0.47
Hex E3 D 4B 0 5E 43 B 157 59 2F
Octal 343 15 113 0 136 103 13 527 131 57
Binary 11100011 1101 1001011 0 1011110 1000011 1011 101010111 1011001 101111

Color Harmonies of #E30D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D4B

Black with #E30D4B

Text Example


Text Example

White with #E30D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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