Html Css Color HEX #EE0655 Razzmatazz

📋 copy color: '#EE0655'

red 238 ◦ green 6 ◦ blue 85

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

Shades of Razzmatazz #EE0655

Tints of Razzmatazz #EE0655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 72.34%
G = 1.82%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE0655 (or 0xEE0655) is known color: Razzmatazz. HEX triplet: EE, 06 and 55. RGB value is (238,6,85). Sum of RGB (Red+Green+Blue) = 238+6+85=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0655 is #11F9AA. Grayscale: #545454. Windows color (decimal): -1178027 or 5572334. OLE color: 5572334.

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

Color convert

RGB 238 6 85 -
CMYK 0 0.97 0.64 0.07
HSL 339.57º 0.95% 0.48% -
HSV(B) 339.57º 0.97% 0.93% -
XYZ 36.96 18.96 10.31 -
YUV 84.37 128.36 237.58 -
System Red Green Blue C M Y K H S L
Decimal 238 6 85 0 0.97 0.64 0.07 339.57 0.95 0.48
Hex EE 6 55 0 61 40 7 154 5F 30
Octal 356 6 125 0 141 100 7 524 137 60
Binary 11101110 110 1010101 0 1100001 1000000 111 101010100 1011111 110000

Color Harmonies of #EE0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0655

Black with #EE0655

Text Example


Text Example

White with #EE0655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0655; }

 p { color: rgb(238,6,85); }

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

background-color css

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

 a { background-color: rgb(238,6,85); }

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

border-color css

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

 span { border-color: rgb(238,6,85); }

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