Html Css Color HEX #ED065A Razzmatazz

📋 copy color: '#ED065A'

red 237 ◦ green 6 ◦ blue 90

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

Shades of Razzmatazz #ED065A

Tints of Razzmatazz #ED065A

RGB

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

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

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

R = 71.17%
G = 1.8%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED065A (or 0xED065A) is known color: Razzmatazz. HEX triplet: ED, 06 and 5A. RGB value is (237,6,90). Sum of RGB (Red+Green+Blue) = 237+6+90=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED065A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED065A is #12F9A5. Grayscale: #545454. Windows color (decimal): -1243558 or 5900013. OLE color: 5900013.

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

Color convert

RGB 237 6 90 -
CMYK 0 0.97 0.62 0.07
HSL 338.18º 0.95% 0.48% -
HSV(B) 338.18º 0.97% 0.93% -
XYZ 36.84 18.87 11.37 -
YUV 84.65 131.03 236.67 -
System Red Green Blue C M Y K H S L
Decimal 237 6 90 0 0.97 0.62 0.07 338.18 0.95 0.48
Hex ED 6 5A 0 61 3E 7 152 5F 30
Octal 355 6 132 0 141 76 7 522 137 60
Binary 11101101 110 1011010 0 1100001 111110 111 101010010 1011111 110000

Color Harmonies of #ED065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED065A

Black with #ED065A

Text Example


Text Example

White with #ED065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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