Html Css Color HEX #ED024D Razzmatazz

📋 copy color: '#ED024D'

red 237 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #ED024D

Tints of Razzmatazz #ED024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 75%
G = 0.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED024D (or 0xED024D) is known color: Razzmatazz. HEX triplet: ED, 02 and 4D. RGB value is (237,2,77). Sum of RGB (Red+Green+Blue) = 237+2+77=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED024D is #12FDB2. Grayscale: #505050. Windows color (decimal): -1244595 or 5047021. OLE color: 5047021.

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

Color convert

RGB 237 2 77 -
CMYK 0 0.99 0.68 0.07
HSL 340.85º 0.98% 0.47% -
HSV(B) 340.85º 0.99% 0.93% -
XYZ 36.29 18.58 8.7 -
YUV 80.82 125.86 239.4 -
System Red Green Blue C M Y K H S L
Decimal 237 2 77 0 0.99 0.68 0.07 340.85 0.98 0.47
Hex ED 2 4D 0 63 44 7 155 62 2F
Octal 355 2 115 0 143 104 7 525 142 57
Binary 11101101 10 1001101 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #ED024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED024D

Black with #ED024D

Text Example


Text Example

White with #ED024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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