Html Css Color HEX #ED026D Razzmatazz

📋 copy color: '#ED026D'

red 237 ◦ green 2 ◦ blue 109

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

Shades of Razzmatazz #ED026D

Tints of Razzmatazz #ED026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 68.1%
G = 0.57%
B = 31.32%

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

#ED026D (or 0xED026D) is known color: Razzmatazz. HEX triplet: ED, 02 and 6D. RGB value is (237,2,109). Sum of RGB (Red+Green+Blue) = 237+2+109=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED026D is #12FD92. Grayscale: #545454. Windows color (decimal): -1244563 or 7144173. OLE color: 7144173.

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

Color convert

RGB 237 2 109 -
CMYK 0 0.99 0.54 0.07
HSL 332.68º 0.98% 0.47% -
HSV(B) 332.68º 0.99% 0.93% -
XYZ 37.71 19.15 16.18 -
YUV 84.46 141.86 236.8 -
System Red Green Blue C M Y K H S L
Decimal 237 2 109 0 0.99 0.54 0.07 332.68 0.98 0.47
Hex ED 2 6D 0 63 36 7 14D 62 2F
Octal 355 2 155 0 143 66 7 515 142 57
Binary 11101101 10 1101101 0 1100011 110110 111 101001101 1100010 101111

Color Harmonies of #ED026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED026D

Black with #ED026D

Text Example


Text Example

White with #ED026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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