Html Css Color HEX #EE006D Razzmatazz

📋 copy color: '#EE006D'

red 238 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #EE006D

Tints of Razzmatazz #EE006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 68.59%
G = 0%
B = 31.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE006D (or 0xEE006D) is known color: Razzmatazz. HEX triplet: EE, 00 and 6D. RGB value is (238,0,109). Sum of RGB (Red+Green+Blue) = 238+0+109=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE006D is #11FF92. Grayscale: #535353. Windows color (decimal): -1179539 or 7143662. OLE color: 7143662.

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

Color convert

RGB 238 0 109 -
CMYK 0 1 0.54 0.07
HSL 332.52º 1% 0.47% -
HSV(B) 332.52º 1% 0.93% -
XYZ 38.02 19.28 16.19 -
YUV 83.59 142.35 238.14 -
System Red Green Blue C M Y K H S L
Decimal 238 0 109 0 1 0.54 0.07 332.52 1 0.47
Hex EE 0 6D 0 64 36 7 14D 64 2F
Octal 356 0 155 0 144 66 7 515 144 57
Binary 11101110 0 1101101 0 1100100 110110 111 101001101 1100100 101111

Color Harmonies of #EE006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE006D

Black with #EE006D

Text Example


Text Example

White with #EE006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE006D; }

 p { color: rgb(238,0,109); }

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

background-color css

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

 a { background-color: rgb(238,0,109); }

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

border-color css

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

 span { border-color: rgb(238,0,109); }

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