Html Css Color HEX #EE0375 Razzmatazz

📋 copy color: '#EE0375'

red 238 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #EE0375

Tints of Razzmatazz #EE0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 66.48%
G = 0.84%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0375 (or 0xEE0375) is known color: Razzmatazz. HEX triplet: EE, 03 and 75. RGB value is (238,3,117). Sum of RGB (Red+Green+Blue) = 238+3+117=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0375 is #11FC8A. Grayscale: #565656. Windows color (decimal): -1178763 or 7668718. OLE color: 7668718.

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

Color convert

RGB 238 3 117 -
CMYK 0 0.99 0.51 0.07
HSL 330.89º 0.98% 0.47% -
HSV(B) 330.89º 0.99% 0.93% -
XYZ 38.5 19.53 18.57 -
YUV 86.26 145.36 236.23 -
System Red Green Blue C M Y K H S L
Decimal 238 3 117 0 0.99 0.51 0.07 330.89 0.98 0.47
Hex EE 3 75 0 63 33 7 14B 62 2F
Octal 356 3 165 0 143 63 7 513 142 57
Binary 11101110 11 1110101 0 1100011 110011 111 101001011 1100010 101111

Color Harmonies of #EE0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0375

Black with #EE0375

Text Example


Text Example

White with #EE0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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