Html Css Color HEX #ED036C Razzmatazz

📋 copy color: '#ED036C'

red 237 ◦ green 3 ◦ blue 108

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

Shades of Razzmatazz #ED036C

Tints of Razzmatazz #ED036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 68.1%
G = 0.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED036C (or 0xED036C) is known color: Razzmatazz. HEX triplet: ED, 03 and 6C. RGB value is (237,3,108). Sum of RGB (Red+Green+Blue) = 237+3+108=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED036C is #12FC93. Grayscale: #545454. Windows color (decimal): -1244308 or 7078893. OLE color: 7078893.

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

Color convert

RGB 237 3 108 -
CMYK 0 0.99 0.54 0.07
HSL 333.08º 0.98% 0.47% -
HSV(B) 333.08º 0.99% 0.93% -
XYZ 37.66 19.15 15.9 -
YUV 84.94 141.02 236.46 -
System Red Green Blue C M Y K H S L
Decimal 237 3 108 0 0.99 0.54 0.07 333.08 0.98 0.47
Hex ED 3 6C 0 63 36 7 14D 62 2F
Octal 355 3 154 0 143 66 7 515 142 57
Binary 11101101 11 1101100 0 1100011 110110 111 101001101 1100010 101111

Color Harmonies of #ED036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED036C

Black with #ED036C

Text Example


Text Example

White with #ED036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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