Html Css Color HEX #EB28BD Razzle Dazzle Rose

📋 copy color: '#EB28BD'

red 235 ◦ green 40 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EB28BD

Tints of Razzle Dazzle Rose #EB28BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.62%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 50.65%
G = 8.62%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB28BD (or 0xEB28BD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and BD. RGB value is (235,40,189). Sum of RGB (Red+Green+Blue) = 235+40+189=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28BD is #14D742. Grayscale: #727272. Windows color (decimal): -1365827 or 12396779. OLE color: 12396779.

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

Color convert

RGB 235 40 189 -
CMYK 0 0.83 0.20 0.08
HSL 314.15º 0.83% 0.54% -
HSV(B) 314.15º 0.83% 0.92% -
XYZ 44.21 22.85 50.23 -
YUV 115.29 169.6 213.38 -
System Red Green Blue C M Y K H S L
Decimal 235 40 189 0 0.83 0.20 0.08 314.15 0.83 0.54
Hex EB 28 BD 0 53 14 8 13A 53 36
Octal 353 50 275 0 123 24 10 472 123 66
Binary 11101011 101000 10111101 0 1010011 10100 1000 100111010 1010011 110110

Color Harmonies of #EB28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28BD

Black with #EB28BD

Text Example


Text Example

White with #EB28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28BD; }

 p { color: rgb(235,40,189); }

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

background-color css

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

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

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

border-color css

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

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

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