Html Css Color HEX #EE0748 Razzmatazz

📋 copy color: '#EE0748'

red 238 ◦ green 7 ◦ blue 72

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

Shades of Razzmatazz #EE0748

Tints of Razzmatazz #EE0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 72 (28.52% from 255) = 22.71%

R = 75.08%
G = 2.21%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE0748 (or 0xEE0748) is known color: Razzmatazz. HEX triplet: EE, 07 and 48. RGB value is (238,7,72). Sum of RGB (Red+Green+Blue) = 238+7+72=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0748 is #11F8B7. Grayscale: #535353. Windows color (decimal): -1177784 or 4720622. OLE color: 4720622.

HSL color Cylindrical-coordinate representation of color #EE0748: hue angle of 343.12º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0748 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 72 -
CMYK 0 0.97 0.70 0.07
HSL 343.12º 0.94% 0.48% -
HSV(B) 343.12º 0.97% 0.93% -
XYZ 36.51 18.8 7.84 -
YUV 83.48 121.53 238.21 -
System Red Green Blue C M Y K H S L
Decimal 238 7 72 0 0.97 0.70 0.07 343.12 0.94 0.48
Hex EE 7 48 0 61 46 7 157 5E 30
Octal 356 7 110 0 141 106 7 527 136 60
Binary 11101110 111 1001000 0 1100001 1000110 111 101010111 1011110 110000

Color Harmonies of #EE0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0748

Black with #EE0748

Text Example


Text Example

White with #EE0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0748; }

 p { color: rgb(238,7,72); }

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

background-color css

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

 a { background-color: rgb(238,7,72); }

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

border-color css

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

 span { border-color: rgb(238,7,72); }

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