Html Css Color HEX #E00369 Razzmatazz

📋 copy color: '#E00369'

red 224 ◦ green 3 ◦ blue 105

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

Shades of Razzmatazz #E00369

Tints of Razzmatazz #E00369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 67.47%
G = 0.9%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E00369 (or 0xE00369) is known color: Razzmatazz. HEX triplet: E0, 03 and 69. RGB value is (224,3,105). Sum of RGB (Red+Green+Blue) = 224+3+105=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E00369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00369 is #1FFC96. Grayscale: #505050. Windows color (decimal): -2096279 or 6882272. OLE color: 6882272.

HSL color Cylindrical-coordinate representation of color #E00369: hue angle of 332.31º 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 #E00369 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 105 -
CMYK 0 0.99 0.53 0.12
HSL 332.31º 0.97% 0.45% -
HSV(B) 332.31º 0.99% 0.88% -
XYZ 33.32 16.93 14.88 -
YUV 80.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 224 3 105 0 0.99 0.53 0.12 332.31 0.97 0.45
Hex E0 3 69 0 63 35 C 14C 61 2D
Octal 340 3 151 0 143 65 14 514 141 55
Binary 11100000 11 1101001 0 1100011 110101 1100 101001100 1100001 101101

Color Harmonies of #E00369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00369

Black with #E00369

Text Example


Text Example

White with #E00369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00369; }

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

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

background-color css

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

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

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

border-color css

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

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

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