Html Css Color HEX #EB28C2 Razzle Dazzle Rose

📋 copy color: '#EB28C2'

red 235 ◦ green 40 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB28C2

Tints of Razzle Dazzle Rose #EB28C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 50.11%
G = 8.53%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB28C2 (or 0xEB28C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and C2. RGB value is (235,40,194). Sum of RGB (Red+Green+Blue) = 235+40+194=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28C2 is #14D73D. Grayscale: #737373. Windows color (decimal): -1365822 or 12724459. OLE color: 12724459.

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

Color convert

RGB 235 40 194 -
CMYK 0 0.83 0.17 0.08
HSL 312.62º 0.83% 0.54% -
HSV(B) 312.62º 0.83% 0.92% -
XYZ 44.76 23.07 53.13 -
YUV 115.86 172.1 212.98 -
System Red Green Blue C M Y K H S L
Decimal 235 40 194 0 0.83 0.17 0.08 312.62 0.83 0.54
Hex EB 28 C2 0 53 11 8 139 53 36
Octal 353 50 302 0 123 21 10 471 123 66
Binary 11101011 101000 11000010 0 1010011 10001 1000 100111001 1010011 110110

Color Harmonies of #EB28C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28C2

Black with #EB28C2

Text Example


Text Example

White with #EB28C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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