Html Css Color HEX #ED0274 Razzmatazz

📋 copy color: '#ED0274'

red 237 ◦ green 2 ◦ blue 116

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

Shades of Razzmatazz #ED0274

Tints of Razzmatazz #ED0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 66.76%
G = 0.56%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED0274 (or 0xED0274) is known color: Razzmatazz. HEX triplet: ED, 02 and 74. RGB value is (237,2,116). Sum of RGB (Red+Green+Blue) = 237+2+116=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0274 is #12FD8B. Grayscale: #555555. Windows color (decimal): -1244556 or 7602925. OLE color: 7602925.

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

Color convert

RGB 237 2 116 -
CMYK 0 0.99 0.51 0.07
HSL 330.89º 0.98% 0.47% -
HSV(B) 330.89º 0.99% 0.93% -
XYZ 38.1 19.31 18.24 -
YUV 85.26 145.36 236.23 -
System Red Green Blue C M Y K H S L
Decimal 237 2 116 0 0.99 0.51 0.07 330.89 0.98 0.47
Hex ED 2 74 0 63 33 7 14B 62 2F
Octal 355 2 164 0 143 63 7 513 142 57
Binary 11101101 10 1110100 0 1100011 110011 111 101001011 1100010 101111

Color Harmonies of #ED0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0274

Black with #ED0274

Text Example


Text Example

White with #ED0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0274; }

 p { color: rgb(237,2,116); }

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

background-color css

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

 a { background-color: rgb(237,2,116); }

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

border-color css

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

 span { border-color: rgb(237,2,116); }

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