Html Css Color HEX #ED0652 Razzmatazz

📋 copy color: '#ED0652'

red 237 ◦ green 6 ◦ blue 82

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

Shades of Razzmatazz #ED0652

Tints of Razzmatazz #ED0652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 72.92%
G = 1.85%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0652 (or 0xED0652) is known color: Razzmatazz. HEX triplet: ED, 06 and 52. RGB value is (237,6,82). Sum of RGB (Red+Green+Blue) = 237+6+82=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0652 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0652 is #12F9AD. Grayscale: #535353. Windows color (decimal): -1243566 or 5375725. OLE color: 5375725.

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

Color convert

RGB 237 6 82 -
CMYK 0 0.97 0.65 0.07
HSL 340.26º 0.95% 0.48% -
HSV(B) 340.26º 0.97% 0.93% -
XYZ 36.51 18.74 9.68 -
YUV 83.73 127.03 237.32 -
System Red Green Blue C M Y K H S L
Decimal 237 6 82 0 0.97 0.65 0.07 340.26 0.95 0.48
Hex ED 6 52 0 61 41 7 154 5F 30
Octal 355 6 122 0 141 101 7 524 137 60
Binary 11101101 110 1010010 0 1100001 1000001 111 101010100 1011111 110000

Color Harmonies of #ED0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0652

Black with #ED0652

Text Example


Text Example

White with #ED0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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