Html Css Color HEX #EB28C4 Razzle Dazzle Rose

📋 copy color: '#EB28C4'

red 235 ◦ green 40 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EB28C4

Tints of Razzle Dazzle Rose #EB28C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 49.89%
G = 8.49%
B = 41.61%

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

#EB28C4 (or 0xEB28C4) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and C4. RGB value is (235,40,196). Sum of RGB (Red+Green+Blue) = 235+40+196=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28C4 is #14D73B. Grayscale: #737373. Windows color (decimal): -1365820 or 12855531. OLE color: 12855531.

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

Color convert

RGB 235 40 196 -
CMYK 0 0.83 0.17 0.08
HSL 312º 0.83% 0.54% -
HSV(B) 312º 0.83% 0.92% -
XYZ 44.98 23.17 54.33 -
YUV 116.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 235 40 196 0 0.83 0.17 0.08 312 0.83 0.54
Hex EB 28 C4 0 53 11 8 138 53 36
Octal 353 50 304 0 123 21 10 470 123 66
Binary 11101011 101000 11000100 0 1010011 10001 1000 100111000 1010011 110110

Color Harmonies of #EB28C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28C4

Black with #EB28C4

Text Example


Text Example

White with #EB28C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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