Html Css Color HEX #EB29DF Razzle Dazzle Rose

📋 copy color: '#EB29DF'

red 235 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EB29DF

Tints of Razzle Dazzle Rose #EB29DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.22%

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 47.09%
G = 8.22%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB29DF (or 0xEB29DF) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and DF. RGB value is (235,41,223). Sum of RGB (Red+Green+Blue) = 235+41+223=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29DF is #14D620. Grayscale: #777777. Windows color (decimal): -1365537 or 14625259. OLE color: 14625259.

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

Color convert

RGB 235 41 223 -
CMYK 0 0.83 0.05 0.08
HSL 303.71º 0.83% 0.54% -
HSV(B) 303.71º 0.83% 0.92% -
XYZ 48.37 24.58 72.01 -
YUV 119.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 235 41 223 0 0.83 0.05 0.08 303.71 0.83 0.54
Hex EB 29 DF 0 53 5 8 130 53 36
Octal 353 51 337 0 123 5 10 460 123 66
Binary 11101011 101001 11011111 0 1010011 101 1000 100110000 1010011 110110

Color Harmonies of #EB29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29DF

Black with #EB29DF

Text Example


Text Example

White with #EB29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29DF; }

 p { color: rgb(235,41,223); }

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

background-color css

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

 a { background-color: rgb(235,41,223); }

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

border-color css

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

 span { border-color: rgb(235,41,223); }

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