Html Css Color HEX #E825DB Razzle Dazzle Rose

📋 copy color: '#E825DB'

red 232 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E825DB

Tints of Razzle Dazzle Rose #E825DB

RGB

 RED value IS 232 (91.02% from 255) = 47.54%

 GREEN value IS 37 (14.84% from 255) = 7.58%

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 47.54%
G = 7.58%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E825DB (or 0xE825DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 25 and DB. RGB value is (232,37,219). Sum of RGB (Red+Green+Blue) = 232+37+219=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E825DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825DB is #17DA24. Grayscale: #737373. Windows color (decimal): -1563173 or 14362088. OLE color: 14362088.

HSL color Cylindrical-coordinate representation of color #E825DB: hue angle of 304º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825DB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 37 219 -
CMYK 0 0.84 0.06 0.09
HSL 304º 0.81% 0.53% -
HSV(B) 304º 0.84% 0.91% -
XYZ 46.73 23.59 69.11 -
YUV 116.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 232 37 219 0 0.84 0.06 0.09 304 0.81 0.53
Hex E8 25 DB 0 54 6 9 130 51 35
Octal 350 45 333 0 124 6 11 460 121 65
Binary 11101000 100101 11011011 0 1010100 110 1001 100110000 1010001 110101

Color Harmonies of #E825DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825DB

Black with #E825DB

Text Example


Text Example

White with #E825DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825DB; }

 p { color: rgb(232,37,219); }

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

background-color css

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

 a { background-color: rgb(232,37,219); }

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

border-color css

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

 span { border-color: rgb(232,37,219); }

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