Html Css Color HEX #ED0265 Razzmatazz

📋 copy color: '#ED0265'

red 237 ◦ green 2 ◦ blue 101

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

Shades of Razzmatazz #ED0265

Tints of Razzmatazz #ED0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 69.71%
G = 0.59%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED0265 (or 0xED0265) is known color: Razzmatazz. HEX triplet: ED, 02 and 65. RGB value is (237,2,101). Sum of RGB (Red+Green+Blue) = 237+2+101=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0265 is #12FD9A. Grayscale: #535353. Windows color (decimal): -1244571 or 6619885. OLE color: 6619885.

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

Color convert

RGB 237 2 101 -
CMYK 0 0.99 0.57 0.07
HSL 334.72º 0.98% 0.47% -
HSV(B) 334.72º 0.99% 0.93% -
XYZ 37.3 18.99 14.01 -
YUV 83.55 137.86 237.45 -
System Red Green Blue C M Y K H S L
Decimal 237 2 101 0 0.99 0.57 0.07 334.72 0.98 0.47
Hex ED 2 65 0 63 39 7 14F 62 2F
Octal 355 2 145 0 143 71 7 517 142 57
Binary 11101101 10 1100101 0 1100011 111001 111 101001111 1100010 101111

Color Harmonies of #ED0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0265

Black with #ED0265

Text Example


Text Example

White with #ED0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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