Html Css Color HEX #E130DF Razzle Dazzle Rose

📋 copy color: '#E130DF'

red 225 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E130DF

Tints of Razzle Dazzle Rose #E130DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.68%

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

R = 45.36%
G = 9.68%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E130DF (or 0xE130DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and DF. RGB value is (225,48,223). Sum of RGB (Red+Green+Blue) = 225+48+223=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E130DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130DF is #1ECF20. Grayscale: #787878. Windows color (decimal): -2019105 or 14627041. OLE color: 14627041.

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

Color convert

RGB 225 48 223 -
CMYK 0 0.79 0.01 0.12
HSL 300.68º 0.75% 0.54% -
HSV(B) 300.68º 0.79% 0.88% -
XYZ 45.43 23.45 71.94 -
YUV 120.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 225 48 223 0 0.79 0.01 0.12 300.68 0.75 0.54
Hex E1 30 DF 0 4F 1 C 12D 4B 36
Octal 341 60 337 0 117 1 14 455 113 66
Binary 11100001 110000 11011111 0 1001111 1 1100 100101101 1001011 110110

Color Harmonies of #E130DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130DF

Black with #E130DF

Text Example


Text Example

White with #E130DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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