Html Css Color HEX #E325DB Razzle Dazzle Rose

📋 copy color: '#E325DB'

red 227 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E325DB

Tints of Razzle Dazzle Rose #E325DB

RGB

 RED value IS 227 (89.06% from 255) = 47%

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

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

R = 47%
G = 7.66%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E325DB (or 0xE325DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and DB. RGB value is (227,37,219). Sum of RGB (Red+Green+Blue) = 227+37+219=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E325DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325DB is #1CDA24. Grayscale: #727272. Windows color (decimal): -1890853 or 14362083. OLE color: 14362083.

HSL color Cylindrical-coordinate representation of color #E325DB: hue angle of 302.53º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325DB is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 219 -
CMYK 0 0.84 0.04 0.11
HSL 302.53º 0.77% 0.52% -
HSV(B) 302.53º 0.84% 0.89% -
XYZ 45.13 22.77 69.03 -
YUV 114.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 227 37 219 0 0.84 0.04 0.11 302.53 0.77 0.52
Hex E3 25 DB 0 54 4 B 12F 4D 34
Octal 343 45 333 0 124 4 13 457 115 64
Binary 11100011 100101 11011011 0 1010100 100 1011 100101111 1001101 110100

Color Harmonies of #E325DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325DB

Black with #E325DB

Text Example


Text Example

White with #E325DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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