Html Css Color HEX #EE0246 Razzmatazz

📋 copy color: '#EE0246'

red 238 ◦ green 2 ◦ blue 70

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

Shades of Razzmatazz #EE0246

Tints of Razzmatazz #EE0246

RGB

 RED value IS 238 (93.36% from 255) = 76.77%

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 76.77%
G = 0.65%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE0246 (or 0xEE0246) is known color: Razzmatazz. HEX triplet: EE, 02 and 46. RGB value is (238,2,70). Sum of RGB (Red+Green+Blue) = 238+2+70=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0246 is #11FDB9. Grayscale: #505050. Windows color (decimal): -1179066 or 4588270. OLE color: 4588270.

HSL color Cylindrical-coordinate representation of color #EE0246: hue angle of 342.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0246 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 2 70 -
CMYK 0 0.99 0.71 0.07
HSL 342.71º 0.98% 0.47% -
HSV(B) 342.71º 0.99% 0.93% -
XYZ 36.39 18.66 7.48 -
YUV 80.32 122.19 240.47 -
System Red Green Blue C M Y K H S L
Decimal 238 2 70 0 0.99 0.71 0.07 342.71 0.98 0.47
Hex EE 2 46 0 63 47 7 157 62 2F
Octal 356 2 106 0 143 107 7 527 142 57
Binary 11101110 10 1000110 0 1100011 1000111 111 101010111 1100010 101111

Color Harmonies of #EE0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0246

Black with #EE0246

Text Example


Text Example

White with #EE0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0246; }

 p { color: rgb(238,2,70); }

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

background-color css

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

 a { background-color: rgb(238,2,70); }

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

border-color css

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

 span { border-color: rgb(238,2,70); }

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