Html Css Color HEX #ED015B Razzmatazz

📋 copy color: '#ED015B'

red 237 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #ED015B

Tints of Razzmatazz #ED015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 72.04%
G = 0.3%
B = 27.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED015B (or 0xED015B) is known color: Razzmatazz. HEX triplet: ED, 01 and 5B. RGB value is (237,1,91). Sum of RGB (Red+Green+Blue) = 237+1+91=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED015B is #12FEA4. Grayscale: #515151. Windows color (decimal): -1244837 or 5964269. OLE color: 5964269.

HSL color Cylindrical-coordinate representation of color #ED015B: hue angle of 337.12º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED015B is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 91 -
CMYK 0 1.00 0.62 0.07
HSL 337.12º 0.99% 0.47% -
HSV(B) 337.12º 1% 0.93% -
XYZ 36.82 18.78 11.58 -
YUV 81.82 133.19 238.68 -
System Red Green Blue C M Y K H S L
Decimal 237 1 91 0 1.00 0.62 0.07 337.12 0.99 0.47
Hex ED 1 5B 0 64 3E 7 151 63 2F
Octal 355 1 133 0 144 76 7 521 143 57
Binary 11101101 1 1011011 0 1100100 111110 111 101010001 1100011 101111

Color Harmonies of #ED015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED015B

Black with #ED015B

Text Example


Text Example

White with #ED015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED015B; }

 p { color: rgb(237,1,91); }

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

background-color css

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

 a { background-color: rgb(237,1,91); }

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

border-color css

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

 span { border-color: rgb(237,1,91); }

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