Html Css Color HEX #E725D1 Razzle Dazzle Rose

📋 copy color: '#E725D1'

red 231 ◦ green 37 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E725D1

Tints of Razzle Dazzle Rose #E725D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.82%

R = 48.43%
G = 7.76%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E725D1 (or 0xE725D1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 25 and D1. RGB value is (231,37,209). Sum of RGB (Red+Green+Blue) = 231+37+209=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E725D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725D1 is #18DA2E. Grayscale: #727272. Windows color (decimal): -1628719 or 13706727. OLE color: 13706727.

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

Color convert

RGB 231 37 209 -
CMYK 0 0.84 0.10 0.09
HSL 306.8º 0.8% 0.53% -
HSV(B) 306.8º 0.84% 0.91% -
XYZ 45.13 22.92 62.37 -
YUV 114.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 231 37 209 0 0.84 0.10 0.09 306.8 0.8 0.53
Hex E7 25 D1 0 54 A 9 133 50 35
Octal 347 45 321 0 124 12 11 463 120 65
Binary 11100111 100101 11010001 0 1010100 1010 1001 100110011 1010000 110101

Color Harmonies of #E725D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725D1

Black with #E725D1

Text Example


Text Example

White with #E725D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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