Html Css Color HEX #ED0367 Razzmatazz

📋 copy color: '#ED0367'

red 237 ◦ green 3 ◦ blue 103

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

Shades of Razzmatazz #ED0367

Tints of Razzmatazz #ED0367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 69.1%
G = 0.87%
B = 30.03%

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

#ED0367 (or 0xED0367) is known color: Razzmatazz. HEX triplet: ED, 03 and 67. RGB value is (237,3,103). Sum of RGB (Red+Green+Blue) = 237+3+103=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0367 is #12FC98. Grayscale: #545454. Windows color (decimal): -1244313 or 6751213. OLE color: 6751213.

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

Color convert

RGB 237 3 103 -
CMYK 0 0.99 0.57 0.07
HSL 334.36º 0.98% 0.47% -
HSV(B) 334.36º 0.99% 0.93% -
XYZ 37.41 19.05 14.54 -
YUV 84.37 138.52 236.87 -
System Red Green Blue C M Y K H S L
Decimal 237 3 103 0 0.99 0.57 0.07 334.36 0.98 0.47
Hex ED 3 67 0 63 39 7 14E 62 2F
Octal 355 3 147 0 143 71 7 516 142 57
Binary 11101101 11 1100111 0 1100011 111001 111 101001110 1100010 101111

Color Harmonies of #ED0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0367

Black with #ED0367

Text Example


Text Example

White with #ED0367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0367; }

 p { color: rgb(237,3,103); }

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

background-color css

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

 a { background-color: rgb(237,3,103); }

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

border-color css

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

 span { border-color: rgb(237,3,103); }

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