Html Css Color HEX #ED046B Razzmatazz

📋 copy color: '#ED046B'

red 237 ◦ green 4 ◦ blue 107

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

Shades of Razzmatazz #ED046B

Tints of Razzmatazz #ED046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 68.1%
G = 1.15%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED046B (or 0xED046B) is known color: Razzmatazz. HEX triplet: ED, 04 and 6B. RGB value is (237,4,107). Sum of RGB (Red+Green+Blue) = 237+4+107=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED046B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED046B is #12FB94. Grayscale: #555555. Windows color (decimal): -1244053 or 7013613. OLE color: 7013613.

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

Color convert

RGB 237 4 107 -
CMYK 0 0.98 0.55 0.07
HSL 333.48º 0.97% 0.47% -
HSV(B) 333.48º 0.98% 0.93% -
XYZ 37.62 19.15 15.62 -
YUV 85.41 140.19 236.12 -
System Red Green Blue C M Y K H S L
Decimal 237 4 107 0 0.98 0.55 0.07 333.48 0.97 0.47
Hex ED 4 6B 0 62 37 7 14D 61 2F
Octal 355 4 153 0 142 67 7 515 141 57
Binary 11101101 100 1101011 0 1100010 110111 111 101001101 1100001 101111

Color Harmonies of #ED046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED046B

Black with #ED046B

Text Example


Text Example

White with #ED046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED046B; }

 p { color: rgb(237,4,107); }

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

background-color css

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

 a { background-color: rgb(237,4,107); }

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

border-color css

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

 span { border-color: rgb(237,4,107); }

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