Html Css Color HEX #E725DB Razzle Dazzle Rose

📋 copy color: '#E725DB'

red 231 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E725DB

Tints of Razzle Dazzle Rose #E725DB

RGB

 RED value IS 231 (90.63% from 255) = 47.43%

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

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

R = 47.43%
G = 7.6%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E725DB (or 0xE725DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 25 and DB. RGB value is (231,37,219). Sum of RGB (Red+Green+Blue) = 231+37+219=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E725DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725DB is #18DA24. Grayscale: #737373. Windows color (decimal): -1628709 or 14362087. OLE color: 14362087.

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

Color convert

RGB 231 37 219 -
CMYK 0 0.84 0.05 0.09
HSL 303.71º 0.8% 0.53% -
HSV(B) 303.71º 0.84% 0.91% -
XYZ 46.4 23.43 69.09 -
YUV 115.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 231 37 219 0 0.84 0.05 0.09 303.71 0.8 0.53
Hex E7 25 DB 0 54 5 9 130 50 35
Octal 347 45 333 0 124 5 11 460 120 65
Binary 11100111 100101 11011011 0 1010100 101 1001 100110000 1010000 110101

Color Harmonies of #E725DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725DB

Black with #E725DB

Text Example


Text Example

White with #E725DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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