Html Css Color HEX #EB1BDD Razzle Dazzle Rose

📋 copy color: '#EB1BDD'

red 235 ◦ green 27 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EB1BDD

Tints of Razzle Dazzle Rose #EB1BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.59%

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

R = 48.65%
G = 5.59%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB1BDD (or 0xEB1BDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 1B and DD. RGB value is (235,27,221). Sum of RGB (Red+Green+Blue) = 235+27+221=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1BDD is #14E422. Grayscale: #6E6E6E. Windows color (decimal): -1369123 or 14490603. OLE color: 14490603.

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

Color convert

RGB 235 27 221 -
CMYK 0 0.89 0.06 0.08
HSL 304.04º 0.84% 0.51% -
HSV(B) 304.04º 0.89% 0.92% -
XYZ 47.7 23.67 70.46 -
YUV 111.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 235 27 221 0 0.89 0.06 0.08 304.04 0.84 0.51
Hex EB 1B DD 0 59 6 8 130 54 33
Octal 353 33 335 0 131 6 10 460 124 63
Binary 11101011 11011 11011101 0 1011001 110 1000 100110000 1010100 110011

Color Harmonies of #EB1BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1BDD

Black with #EB1BDD

Text Example


Text Example

White with #EB1BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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