Html Css Color HEX #EB2EDD Razzle Dazzle Rose

📋 copy color: '#EB2EDD'

red 235 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EB2EDD

Tints of Razzle Dazzle Rose #EB2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 46.81%
G = 9.16%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB2EDD (or 0xEB2EDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and DD. RGB value is (235,46,221). Sum of RGB (Red+Green+Blue) = 235+46+221=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2EDD is #14D122. Grayscale: #797979. Windows color (decimal): -1364259 or 14495467. OLE color: 14495467.

HSL color Cylindrical-coordinate representation of color #EB2EDD: hue angle of 304.44º 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 #EB2EDD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 46 221 -
CMYK 0 0.80 0.06 0.08
HSL 304.44º 0.83% 0.55% -
HSV(B) 304.44º 0.8% 0.92% -
XYZ 48.29 24.84 70.66 -
YUV 122.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 235 46 221 0 0.80 0.06 0.08 304.44 0.83 0.55
Hex EB 2E DD 0 50 6 8 130 53 37
Octal 353 56 335 0 120 6 10 460 123 67
Binary 11101011 101110 11011101 0 1010000 110 1000 100110000 1010011 110111

Color Harmonies of #EB2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2EDD

Black with #EB2EDD

Text Example


Text Example

White with #EB2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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