Html Css Color HEX #ED075A Razzmatazz

📋 copy color: '#ED075A'

red 237 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #ED075A

Tints of Razzmatazz #ED075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 70.96%
G = 2.1%
B = 26.95%

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

#ED075A (or 0xED075A) is known color: Razzmatazz. HEX triplet: ED, 07 and 5A. RGB value is (237,7,90). Sum of RGB (Red+Green+Blue) = 237+7+90=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED075A is #12F8A5. Grayscale: #555555. Windows color (decimal): -1243302 or 5900269. OLE color: 5900269.

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

Color convert

RGB 237 7 90 -
CMYK 0 0.97 0.62 0.07
HSL 338.35º 0.94% 0.48% -
HSV(B) 338.35º 0.97% 0.93% -
XYZ 36.85 18.89 11.38 -
YUV 85.23 130.7 236.25 -
System Red Green Blue C M Y K H S L
Decimal 237 7 90 0 0.97 0.62 0.07 338.35 0.94 0.48
Hex ED 7 5A 0 61 3E 7 152 5E 30
Octal 355 7 132 0 141 76 7 522 136 60
Binary 11101101 111 1011010 0 1100001 111110 111 101010010 1011110 110000

Color Harmonies of #ED075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED075A

Black with #ED075A

Text Example


Text Example

White with #ED075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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