Html Css Color HEX #ED025C Razzmatazz

📋 copy color: '#ED025C'

red 237 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #ED025C

Tints of Razzmatazz #ED025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 71.6%
G = 0.6%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED025C (or 0xED025C) is known color: Razzmatazz. HEX triplet: ED, 02 and 5C. RGB value is (237,2,92). Sum of RGB (Red+Green+Blue) = 237+2+92=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED025C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED025C is #12FDA3. Grayscale: #525252. Windows color (decimal): -1244580 or 6030061. OLE color: 6030061.

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

Color convert

RGB 237 2 92 -
CMYK 0 0.99 0.61 0.07
HSL 337.02º 0.98% 0.47% -
HSV(B) 337.02º 0.99% 0.93% -
XYZ 36.88 18.82 11.81 -
YUV 82.53 133.36 238.18 -
System Red Green Blue C M Y K H S L
Decimal 237 2 92 0 0.99 0.61 0.07 337.02 0.98 0.47
Hex ED 2 5C 0 63 3D 7 151 62 2F
Octal 355 2 134 0 143 75 7 521 142 57
Binary 11101101 10 1011100 0 1100011 111101 111 101010001 1100010 101111

Color Harmonies of #ED025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED025C

Black with #ED025C

Text Example


Text Example

White with #ED025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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