Html Css Color HEX #ED035C Razzmatazz

📋 copy color: '#ED035C'

red 237 ◦ green 3 ◦ blue 92

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

Shades of Razzmatazz #ED035C

Tints of Razzmatazz #ED035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 71.39%
G = 0.9%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED035C (or 0xED035C) is known color: Razzmatazz. HEX triplet: ED, 03 and 5C. RGB value is (237,3,92). Sum of RGB (Red+Green+Blue) = 237+3+92=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED035C is #12FCA3. Grayscale: #525252. Windows color (decimal): -1244324 or 6030317. OLE color: 6030317.

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

Color convert

RGB 237 3 92 -
CMYK 0 0.99 0.61 0.07
HSL 337.18º 0.98% 0.47% -
HSV(B) 337.18º 0.99% 0.93% -
XYZ 36.89 18.84 11.82 -
YUV 83.11 133.02 237.76 -
System Red Green Blue C M Y K H S L
Decimal 237 3 92 0 0.99 0.61 0.07 337.18 0.98 0.47
Hex ED 3 5C 0 63 3D 7 151 62 2F
Octal 355 3 134 0 143 75 7 521 142 57
Binary 11101101 11 1011100 0 1100011 111101 111 101010001 1100010 101111

Color Harmonies of #ED035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED035C

Black with #ED035C

Text Example


Text Example

White with #ED035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED035C; }

 p { color: rgb(237,3,92); }

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

background-color css

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

 a { background-color: rgb(237,3,92); }

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

border-color css

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

 span { border-color: rgb(237,3,92); }

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