Html Css Color HEX #EE0465 Razzmatazz

📋 copy color: '#EE0465'

red 238 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #EE0465

Tints of Razzmatazz #EE0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 69.39%
G = 1.17%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE0465 (or 0xEE0465) is known color: Razzmatazz. HEX triplet: EE, 04 and 65. RGB value is (238,4,101). Sum of RGB (Red+Green+Blue) = 238+4+101=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0465 is #11FB9A. Grayscale: #545454. Windows color (decimal): -1178523 or 6620398. OLE color: 6620398.

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

Color convert

RGB 238 4 101 -
CMYK 0 0.98 0.58 0.07
HSL 335.13º 0.97% 0.47% -
HSV(B) 335.13º 0.98% 0.93% -
XYZ 37.65 19.2 14.03 -
YUV 85.02 137.02 237.11 -
System Red Green Blue C M Y K H S L
Decimal 238 4 101 0 0.98 0.58 0.07 335.13 0.97 0.47
Hex EE 4 65 0 62 3A 7 14F 61 2F
Octal 356 4 145 0 142 72 7 517 141 57
Binary 11101110 100 1100101 0 1100010 111010 111 101001111 1100001 101111

Color Harmonies of #EE0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0465

Black with #EE0465

Text Example


Text Example

White with #EE0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0465; }

 p { color: rgb(238,4,101); }

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

background-color css

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

 a { background-color: rgb(238,4,101); }

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

border-color css

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

 span { border-color: rgb(238,4,101); }

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