Html Css Color HEX #EE0378 Razzmatazz

📋 copy color: '#EE0378'

red 238 ◦ green 3 ◦ blue 120

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

Shades of Razzmatazz #EE0378

Tints of Razzmatazz #EE0378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 65.93%
G = 0.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE0378 (or 0xEE0378) is known color: Razzmatazz. HEX triplet: EE, 03 and 78. RGB value is (238,3,120). Sum of RGB (Red+Green+Blue) = 238+3+120=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0378 is #11FC87. Grayscale: #565656. Windows color (decimal): -1178760 or 7865326. OLE color: 7865326.

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

Color convert

RGB 238 3 120 -
CMYK 0 0.99 0.50 0.07
HSL 330.13º 0.98% 0.47% -
HSV(B) 330.13º 0.99% 0.93% -
XYZ 38.68 19.6 19.51 -
YUV 86.6 146.86 235.99 -
System Red Green Blue C M Y K H S L
Decimal 238 3 120 0 0.99 0.50 0.07 330.13 0.98 0.47
Hex EE 3 78 0 63 32 7 14A 62 2F
Octal 356 3 170 0 143 62 7 512 142 57
Binary 11101110 11 1111000 0 1100011 110010 111 101001010 1100010 101111

Color Harmonies of #EE0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0378

Black with #EE0378

Text Example


Text Example

White with #EE0378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0378; }

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

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

background-color css

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

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

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

border-color css

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

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

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