Html Css Color HEX #EB28E2 Razzle Dazzle Rose

📋 copy color: '#EB28E2'

red 235 ◦ green 40 ◦ blue 226

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

Shades of Razzle Dazzle Rose #EB28E2

Tints of Razzle Dazzle Rose #EB28E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.11%

R = 46.91%
G = 7.98%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB28E2 (or 0xEB28E2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and E2. RGB value is (235,40,226). Sum of RGB (Red+Green+Blue) = 235+40+226=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28E2 is #14D71D. Grayscale: #767676. Windows color (decimal): -1365790 or 14821611. OLE color: 14821611.

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

Color convert

RGB 235 40 226 -
CMYK 0 0.83 0.04 0.08
HSL 302.77º 0.83% 0.54% -
HSV(B) 302.77º 0.83% 0.92% -
XYZ 48.75 24.67 74.14 -
YUV 119.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 235 40 226 0 0.83 0.04 0.08 302.77 0.83 0.54
Hex EB 28 E2 0 53 4 8 12F 53 36
Octal 353 50 342 0 123 4 10 457 123 66
Binary 11101011 101000 11100010 0 1010011 100 1000 100101111 1010011 110110

Color Harmonies of #EB28E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28E2

Black with #EB28E2

Text Example


Text Example

White with #EB28E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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