Html Css Color HEX #EB28D3 Razzle Dazzle Rose

📋 copy color: '#EB28D3'

red 235 ◦ green 40 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EB28D3

Tints of Razzle Dazzle Rose #EB28D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 48.35%
G = 8.23%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB28D3 (or 0xEB28D3) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and D3. RGB value is (235,40,211). Sum of RGB (Red+Green+Blue) = 235+40+211=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28D3 is #14D72C. Grayscale: #757575. Windows color (decimal): -1365805 or 13838571. OLE color: 13838571.

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

Color convert

RGB 235 40 211 -
CMYK 0 0.83 0.10 0.08
HSL 307.38º 0.83% 0.54% -
HSV(B) 307.38º 0.83% 0.92% -
XYZ 46.78 23.88 63.77 -
YUV 117.8 180.6 211.6 -
System Red Green Blue C M Y K H S L
Decimal 235 40 211 0 0.83 0.10 0.08 307.38 0.83 0.54
Hex EB 28 D3 0 53 A 8 133 53 36
Octal 353 50 323 0 123 12 10 463 123 66
Binary 11101011 101000 11010011 0 1010011 1010 1000 100110011 1010011 110110

Color Harmonies of #EB28D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28D3

Black with #EB28D3

Text Example


Text Example

White with #EB28D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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