Html Css Color HEX #EE0368 Razzmatazz

📋 copy color: '#EE0368'

red 238 ◦ green 3 ◦ blue 104

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

Shades of Razzmatazz #EE0368

Tints of Razzmatazz #EE0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 68.99%
G = 0.87%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE0368 (or 0xEE0368) is known color: Razzmatazz. HEX triplet: EE, 03 and 68. RGB value is (238,3,104). Sum of RGB (Red+Green+Blue) = 238+3+104=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0368 is #11FC97. Grayscale: #545454. Windows color (decimal): -1178776 or 6816750. OLE color: 6816750.

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

Color convert

RGB 238 3 104 -
CMYK 0 0.99 0.56 0.07
HSL 334.21º 0.98% 0.47% -
HSV(B) 334.21º 0.99% 0.93% -
XYZ 37.79 19.24 14.82 -
YUV 84.78 138.86 237.29 -
System Red Green Blue C M Y K H S L
Decimal 238 3 104 0 0.99 0.56 0.07 334.21 0.98 0.47
Hex EE 3 68 0 63 38 7 14E 62 2F
Octal 356 3 150 0 143 70 7 516 142 57
Binary 11101110 11 1101000 0 1100011 111000 111 101001110 1100010 101111

Color Harmonies of #EE0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0368

Black with #EE0368

Text Example


Text Example

White with #EE0368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0368; }

 p { color: rgb(238,3,104); }

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

background-color css

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

 a { background-color: rgb(238,3,104); }

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

border-color css

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

 span { border-color: rgb(238,3,104); }

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