Html Css Color HEX #EB28D1 Razzle Dazzle Rose

📋 copy color: '#EB28D1'

red 235 ◦ green 40 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EB28D1

Tints of Razzle Dazzle Rose #EB28D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 48.55%
G = 8.26%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB28D1 (or 0xEB28D1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and D1. RGB value is (235,40,209). Sum of RGB (Red+Green+Blue) = 235+40+209=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28D1 is #14D72E. Grayscale: #757575. Windows color (decimal): -1365807 or 13707499. OLE color: 13707499.

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

Color convert

RGB 235 40 209 -
CMYK 0 0.83 0.11 0.08
HSL 308º 0.83% 0.54% -
HSV(B) 308º 0.83% 0.92% -
XYZ 46.53 23.78 62.46 -
YUV 117.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 235 40 209 0 0.83 0.11 0.08 308 0.83 0.54
Hex EB 28 D1 0 53 B 8 134 53 36
Octal 353 50 321 0 123 13 10 464 123 66
Binary 11101011 101000 11010001 0 1010011 1011 1000 100110100 1010011 110110

Color Harmonies of #EB28D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28D1

Black with #EB28D1

Text Example


Text Example

White with #EB28D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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