Html Css Color HEX #E30353 Razzmatazz

📋 copy color: '#E30353'

red 227 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #E30353

Tints of Razzmatazz #E30353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 72.52%
G = 0.96%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E30353 (or 0xE30353) is known color: Razzmatazz. HEX triplet: E3, 03 and 53. RGB value is (227,3,83). Sum of RGB (Red+Green+Blue) = 227+3+83=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E30353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30353 is #1CFCAC. Grayscale: #4E4E4E. Windows color (decimal): -1899693 or 5440483. OLE color: 5440483.

HSL color Cylindrical-coordinate representation of color #E30353: hue angle of 338.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30353 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 83 -
CMYK 0 0.99 0.63 0.11
HSL 338.57º 0.97% 0.45% -
HSV(B) 338.57º 0.99% 0.89% -
XYZ 33.27 17.02 9.72 -
YUV 79.1 130.21 233.5 -
System Red Green Blue C M Y K H S L
Decimal 227 3 83 0 0.99 0.63 0.11 338.57 0.97 0.45
Hex E3 3 53 0 63 3F B 153 61 2D
Octal 343 3 123 0 143 77 13 523 141 55
Binary 11100011 11 1010011 0 1100011 111111 1011 101010011 1100001 101101

Color Harmonies of #E30353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30353

Black with #E30353

Text Example


Text Example

White with #E30353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30353; }

 p { color: rgb(227,3,83); }

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

background-color css

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

 a { background-color: rgb(227,3,83); }

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

border-color css

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

 span { border-color: rgb(227,3,83); }

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