Html Css Color HEX #ED035B Razzmatazz

📋 copy color: '#ED035B'

red 237 ◦ green 3 ◦ blue 91

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

Shades of Razzmatazz #ED035B

Tints of Razzmatazz #ED035B

RGB

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

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

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

R = 71.6%
G = 0.91%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED035B (or 0xED035B) is known color: Razzmatazz. HEX triplet: ED, 03 and 5B. RGB value is (237,3,91). Sum of RGB (Red+Green+Blue) = 237+3+91=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED035B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED035B is #12FCA4. Grayscale: #525252. Windows color (decimal): -1244325 or 5964781. OLE color: 5964781.

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

Color convert

RGB 237 3 91 -
CMYK 0 0.99 0.62 0.07
HSL 337.44º 0.98% 0.47% -
HSV(B) 337.44º 0.99% 0.93% -
XYZ 36.85 18.82 11.59 -
YUV 83 132.52 237.84 -
System Red Green Blue C M Y K H S L
Decimal 237 3 91 0 0.99 0.62 0.07 337.44 0.98 0.47
Hex ED 3 5B 0 63 3E 7 151 62 2F
Octal 355 3 133 0 143 76 7 521 142 57
Binary 11101101 11 1011011 0 1100011 111110 111 101010001 1100010 101111

Color Harmonies of #ED035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED035B

Black with #ED035B

Text Example


Text Example

White with #ED035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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