Html Css Color HEX #EB2EEB Razzle Dazzle Rose

📋 copy color: '#EB2EEB'

red 235 ◦ green 46 ◦ blue 235

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

Shades of Razzle Dazzle Rose #EB2EEB

Tints of Razzle Dazzle Rose #EB2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.91%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 45.54%
G = 8.91%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EB2EEB (or 0xEB2EEB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and EB. RGB value is (235,46,235). Sum of RGB (Red+Green+Blue) = 235+46+235=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB2EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2EEB is #14D114. Grayscale: #7B7B7B. Windows color (decimal): -1364245 or 15412971. OLE color: 15412971.

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

Color convert

RGB 235 46 235 -
CMYK 0 0.80 0 0.08
HSL 300º 0.83% 0.55% -
HSV(B) 300º 0.8% 0.92% -
XYZ 50.23 25.61 80.89 -
YUV 124.06 190.62 207.13 -
System Red Green Blue C M Y K H S L
Decimal 235 46 235 0 0.80 0 0.08 300 0.83 0.55
Hex EB 2E EB 0 50 0 8 12C 53 37
Octal 353 56 353 0 120 0 10 454 123 67
Binary 11101011 101110 11101011 0 1010000 0 1000 100101100 1010011 110111

Color Harmonies of #EB2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2EEB

Black with #EB2EEB

Text Example


Text Example

White with #EB2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2EEB; }

 p { color: rgb(235,46,235); }

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

background-color css

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

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

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

border-color css

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

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

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