Html Css Color HEX #ED055A Razzmatazz

📋 copy color: '#ED055A'

red 237 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #ED055A

Tints of Razzmatazz #ED055A

RGB

 RED value IS 237 (92.97% from 255) = 71.39%

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 71.39%
G = 1.51%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED055A (or 0xED055A) is known color: Razzmatazz. HEX triplet: ED, 05 and 5A. RGB value is (237,5,90). Sum of RGB (Red+Green+Blue) = 237+5+90=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED055A is #12FAA5. Grayscale: #535353. Windows color (decimal): -1243814 or 5899757. OLE color: 5899757.

HSL color Cylindrical-coordinate representation of color #ED055A: hue angle of 338.02º degrees, saturation: 0.96, 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 #ED055A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 90 -
CMYK 0 0.98 0.62 0.07
HSL 338.02º 0.96% 0.47% -
HSV(B) 338.02º 0.98% 0.93% -
XYZ 36.82 18.85 11.37 -
YUV 84.06 131.36 237.09 -
System Red Green Blue C M Y K H S L
Decimal 237 5 90 0 0.98 0.62 0.07 338.02 0.96 0.47
Hex ED 5 5A 0 62 3E 7 152 60 2F
Octal 355 5 132 0 142 76 7 522 140 57
Binary 11101101 101 1011010 0 1100010 111110 111 101010010 1100000 101111

Color Harmonies of #ED055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED055A

Black with #ED055A

Text Example


Text Example

White with #ED055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED055A; }

 p { color: rgb(237,5,90); }

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

background-color css

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

 a { background-color: rgb(237,5,90); }

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

border-color css

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

 span { border-color: rgb(237,5,90); }

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