Html Css Color HEX #EB2ADC Razzle Dazzle Rose

📋 copy color: '#EB2ADC'

red 235 ◦ green 42 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EB2ADC

Tints of Razzle Dazzle Rose #EB2ADC

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

 GREEN value IS 42 (16.8% from 255) = 8.45%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 47.28%
G = 8.45%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB2ADC (or 0xEB2ADC) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2A and DC. RGB value is (235,42,220). Sum of RGB (Red+Green+Blue) = 235+42+220=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ADC is #14D523. Grayscale: #777777. Windows color (decimal): -1365284 or 14428907. OLE color: 14428907.

HSL color Cylindrical-coordinate representation of color #EB2ADC: hue angle of 304.66º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2ADC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 220 -
CMYK 0 0.82 0.06 0.08
HSL 304.66º 0.83% 0.54% -
HSV(B) 304.66º 0.82% 0.92% -
XYZ 48.01 24.49 69.91 -
YUV 120 184.44 210.03 -
System Red Green Blue C M Y K H S L
Decimal 235 42 220 0 0.82 0.06 0.08 304.66 0.83 0.54
Hex EB 2A DC 0 52 6 8 131 53 36
Octal 353 52 334 0 122 6 10 461 123 66
Binary 11101011 101010 11011100 0 1010010 110 1000 100110001 1010011 110110

Color Harmonies of #EB2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2ADC

Black with #EB2ADC

Text Example


Text Example

White with #EB2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2ADC; }

 p { color: rgb(235,42,220); }

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

background-color css

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

 a { background-color: rgb(235,42,220); }

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

border-color css

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

 span { border-color: rgb(235,42,220); }

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