Html Css Color HEX #E125DF Razzle Dazzle Rose

📋 copy color: '#E125DF'

red 225 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E125DF

Tints of Razzle Dazzle Rose #E125DF

RGB

 RED value IS 225 (88.28% from 255) = 46.39%

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

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

R = 46.39%
G = 7.63%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E125DF (or 0xE125DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and DF. RGB value is (225,37,223). Sum of RGB (Red+Green+Blue) = 225+37+223=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E125DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125DF is #1EDA20. Grayscale: #717171. Windows color (decimal): -2021921 or 14624225. OLE color: 14624225.

HSL color Cylindrical-coordinate representation of color #E125DF: hue angle of 300.64º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125DF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 223 -
CMYK 0 0.84 0.01 0.12
HSL 300.64º 0.76% 0.51% -
HSV(B) 300.64º 0.84% 0.88% -
XYZ 45.03 22.66 71.81 -
YUV 114.42 189.28 206.88 -
System Red Green Blue C M Y K H S L
Decimal 225 37 223 0 0.84 0.01 0.12 300.64 0.76 0.51
Hex E1 25 DF 0 54 1 C 12D 4C 33
Octal 341 45 337 0 124 1 14 455 114 63
Binary 11100001 100101 11011111 0 1010100 1 1100 100101101 1001100 110011

Color Harmonies of #E125DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125DF

Black with #E125DF

Text Example


Text Example

White with #E125DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125DF; }

 p { color: rgb(225,37,223); }

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

background-color css

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

 a { background-color: rgb(225,37,223); }

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

border-color css

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

 span { border-color: rgb(225,37,223); }

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