Html Css Color HEX #EB28D4 Razzle Dazzle Rose

📋 copy color: '#EB28D4'

red 235 ◦ green 40 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EB28D4

Tints of Razzle Dazzle Rose #EB28D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 48.25%
G = 8.21%
B = 43.53%

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

#EB28D4 (or 0xEB28D4) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and D4. RGB value is (235,40,212). Sum of RGB (Red+Green+Blue) = 235+40+212=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28D4 is #14D72B. Grayscale: #757575. Windows color (decimal): -1365804 or 13904107. OLE color: 13904107.

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

Color convert

RGB 235 40 212 -
CMYK 0 0.83 0.10 0.08
HSL 307.08º 0.83% 0.54% -
HSV(B) 307.08º 0.83% 0.92% -
XYZ 46.9 23.93 64.43 -
YUV 117.91 181.1 211.51 -
System Red Green Blue C M Y K H S L
Decimal 235 40 212 0 0.83 0.10 0.08 307.08 0.83 0.54
Hex EB 28 D4 0 53 A 8 133 53 36
Octal 353 50 324 0 123 12 10 463 123 66
Binary 11101011 101000 11010100 0 1010011 1010 1000 100110011 1010011 110110

Color Harmonies of #EB28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28D4

Black with #EB28D4

Text Example


Text Example

White with #EB28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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