Html Css Color HEX #E126DB Razzle Dazzle Rose

📋 copy color: '#E126DB'

red 225 ◦ green 38 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E126DB

Tints of Razzle Dazzle Rose #E126DB

RGB

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

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

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

R = 46.68%
G = 7.88%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E126DB (or 0xE126DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and DB. RGB value is (225,38,219). Sum of RGB (Red+Green+Blue) = 225+38+219=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E126DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126DB is #1ED924. Grayscale: #727272. Windows color (decimal): -2021669 or 14362337. OLE color: 14362337.

HSL color Cylindrical-coordinate representation of color #E126DB: hue angle of 301.93º 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 #E126DB is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 219 -
CMYK 0 0.83 0.03 0.12
HSL 301.93º 0.76% 0.52% -
HSV(B) 301.93º 0.83% 0.88% -
XYZ 44.53 22.51 69.02 -
YUV 114.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 225 38 219 0 0.83 0.03 0.12 301.93 0.76 0.52
Hex E1 26 DB 0 53 3 C 12E 4C 34
Octal 341 46 333 0 123 3 14 456 114 64
Binary 11100001 100110 11011011 0 1010011 11 1100 100101110 1001100 110100

Color Harmonies of #E126DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126DB

Black with #E126DB

Text Example


Text Example

White with #E126DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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