Html Css Color HEX #E126DF Razzle Dazzle Rose

📋 copy color: '#E126DF'

red 225 ◦ green 38 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E126DF

Tints of Razzle Dazzle Rose #E126DF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.82%

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

R = 46.3%
G = 7.82%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E126DF (or 0xE126DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and DF. RGB value is (225,38,223). Sum of RGB (Red+Green+Blue) = 225+38+223=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E126DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126DF is #1ED920. Grayscale: #727272. Windows color (decimal): -2021665 or 14624481. OLE color: 14624481.

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

Color convert

RGB 225 38 223 -
CMYK 0 0.83 0.01 0.12
HSL 300.64º 0.76% 0.52% -
HSV(B) 300.64º 0.83% 0.88% -
XYZ 45.06 22.72 71.82 -
YUV 115 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 225 38 223 0 0.83 0.01 0.12 300.64 0.76 0.52
Hex E1 26 DF 0 53 1 C 12D 4C 34
Octal 341 46 337 0 123 1 14 455 114 64
Binary 11100001 100110 11011111 0 1010011 1 1100 100101101 1001100 110100

Color Harmonies of #E126DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126DF

Black with #E126DF

Text Example


Text Example

White with #E126DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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