Html Css Color HEX #EE0765 Razzmatazz

📋 copy color: '#EE0765'

red 238 ◦ green 7 ◦ blue 101

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

Shades of Razzmatazz #EE0765

Tints of Razzmatazz #EE0765

RGB

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

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

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

R = 68.79%
G = 2.02%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE0765 (or 0xEE0765) is known color: Razzmatazz. HEX triplet: EE, 07 and 65. RGB value is (238,7,101). Sum of RGB (Red+Green+Blue) = 238+7+101=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0765 is #11F89A. Grayscale: #565656. Windows color (decimal): -1177755 or 6621166. OLE color: 6621166.

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

Color convert

RGB 238 7 101 -
CMYK 0 0.97 0.58 0.07
HSL 335.58º 0.94% 0.48% -
HSV(B) 335.58º 0.97% 0.93% -
XYZ 37.68 19.27 14.04 -
YUV 86.79 136.03 235.86 -
System Red Green Blue C M Y K H S L
Decimal 238 7 101 0 0.97 0.58 0.07 335.58 0.94 0.48
Hex EE 7 65 0 61 3A 7 150 5E 30
Octal 356 7 145 0 141 72 7 520 136 60
Binary 11101110 111 1100101 0 1100001 111010 111 101010000 1011110 110000

Color Harmonies of #EE0765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0765

Black with #EE0765

Text Example


Text Example

White with #EE0765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0765; }

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

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

background-color css

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

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

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

border-color css

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

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

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