Html Css Color HEX #EE054D Razzmatazz

📋 copy color: '#EE054D'

red 238 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #EE054D

Tints of Razzmatazz #EE054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 74.38%
G = 1.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE054D (or 0xEE054D) is known color: Razzmatazz. HEX triplet: EE, 05 and 4D. RGB value is (238,5,77). Sum of RGB (Red+Green+Blue) = 238+5+77=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE054D is #11FAB2. Grayscale: #525252. Windows color (decimal): -1178291 or 5047790. OLE color: 5047790.

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

Color convert

RGB 238 5 77 -
CMYK 0 0.98 0.68 0.07
HSL 341.46º 0.96% 0.48% -
HSV(B) 341.46º 0.98% 0.93% -
XYZ 36.65 18.82 8.72 -
YUV 82.88 124.69 238.65 -
System Red Green Blue C M Y K H S L
Decimal 238 5 77 0 0.98 0.68 0.07 341.46 0.96 0.48
Hex EE 5 4D 0 62 44 7 155 60 30
Octal 356 5 115 0 142 104 7 525 140 60
Binary 11101110 101 1001101 0 1100010 1000100 111 101010101 1100000 110000

Color Harmonies of #EE054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE054D

Black with #EE054D

Text Example


Text Example

White with #EE054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE054D; }

 p { color: rgb(238,5,77); }

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

background-color css

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

 a { background-color: rgb(238,5,77); }

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

border-color css

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

 span { border-color: rgb(238,5,77); }

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