Html Css Color HEX #E00364 Razzmatazz

📋 copy color: '#E00364'

red 224 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #E00364

Tints of Razzmatazz #E00364

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 68.5%
G = 0.92%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00364 (or 0xE00364) is known color: Razzmatazz. HEX triplet: E0, 03 and 64. RGB value is (224,3,100). Sum of RGB (Red+Green+Blue) = 224+3+100=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00364 is #1FFC9B. Grayscale: #4F4F4F. Windows color (decimal): -2096284 or 6554592. OLE color: 6554592.

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

Color convert

RGB 224 3 100 -
CMYK 0 0.99 0.55 0.12
HSL 333.67º 0.97% 0.45% -
HSV(B) 333.67º 0.99% 0.88% -
XYZ 33.07 16.83 13.56 -
YUV 80.14 139.22 230.61 -
System Red Green Blue C M Y K H S L
Decimal 224 3 100 0 0.99 0.55 0.12 333.67 0.97 0.45
Hex E0 3 64 0 63 37 C 14E 61 2D
Octal 340 3 144 0 143 67 14 516 141 55
Binary 11100000 11 1100100 0 1100011 110111 1100 101001110 1100001 101101

Color Harmonies of #E00364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00364

Black with #E00364

Text Example


Text Example

White with #E00364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00364; }

 p { color: rgb(224,3,100); }

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

background-color css

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

 a { background-color: rgb(224,3,100); }

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

border-color css

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

 span { border-color: rgb(224,3,100); }

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