Html Css Color HEX #ED027A Razzmatazz

📋 copy color: '#ED027A'

red 237 ◦ green 2 ◦ blue 122

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

Shades of Razzmatazz #ED027A

Tints of Razzmatazz #ED027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 65.65%
G = 0.55%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED027A (or 0xED027A) is known color: Razzmatazz. HEX triplet: ED, 02 and 7A. RGB value is (237,2,122). Sum of RGB (Red+Green+Blue) = 237+2+122=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED027A is #12FD85. Grayscale: #555555. Windows color (decimal): -1244550 or 7996141. OLE color: 7996141.

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

Color convert

RGB 237 2 122 -
CMYK 0 0.99 0.49 0.07
HSL 329.36º 0.98% 0.47% -
HSV(B) 329.36º 0.99% 0.93% -
XYZ 38.46 19.45 20.14 -
YUV 85.95 148.36 235.74 -
System Red Green Blue C M Y K H S L
Decimal 237 2 122 0 0.99 0.49 0.07 329.36 0.98 0.47
Hex ED 2 7A 0 63 31 7 149 62 2F
Octal 355 2 172 0 143 61 7 511 142 57
Binary 11101101 10 1111010 0 1100011 110001 111 101001001 1100010 101111

Color Harmonies of #ED027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED027A

Black with #ED027A

Text Example


Text Example

White with #ED027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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