Html Css Color HEX #EB28CB Razzle Dazzle Rose

📋 copy color: '#EB28CB'

red 235 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EB28CB

Tints of Razzle Dazzle Rose #EB28CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 49.16%
G = 8.37%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB28CB (or 0xEB28CB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and CB. RGB value is (235,40,203). Sum of RGB (Red+Green+Blue) = 235+40+203=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28CB is #14D734. Grayscale: #747474. Windows color (decimal): -1365813 or 13314283. OLE color: 13314283.

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

Color convert

RGB 235 40 203 -
CMYK 0 0.83 0.14 0.08
HSL 309.85º 0.83% 0.54% -
HSV(B) 309.85º 0.83% 0.92% -
XYZ 45.8 23.49 58.62 -
YUV 116.89 176.6 212.25 -
System Red Green Blue C M Y K H S L
Decimal 235 40 203 0 0.83 0.14 0.08 309.85 0.83 0.54
Hex EB 28 CB 0 53 E 8 136 53 36
Octal 353 50 313 0 123 16 10 466 123 66
Binary 11101011 101000 11001011 0 1010011 1110 1000 100110110 1010011 110110

Color Harmonies of #EB28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28CB

Black with #EB28CB

Text Example


Text Example

White with #EB28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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