Html Css Color HEX #E126CE Razzle Dazzle Rose

📋 copy color: '#E126CE'

red 225 ◦ green 38 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E126CE

Tints of Razzle Dazzle Rose #E126CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 47.97%
G = 8.1%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E126CE (or 0xE126CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and CE. RGB value is (225,38,206). Sum of RGB (Red+Green+Blue) = 225+38+206=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E126CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126CE is #1ED931. Grayscale: #707070. Windows color (decimal): -2021682 or 13510369. OLE color: 13510369.

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

Color convert

RGB 225 38 206 -
CMYK 0 0.83 0.08 0.12
HSL 306.1º 0.76% 0.52% -
HSV(B) 306.1º 0.83% 0.88% -
XYZ 42.89 21.85 60.35 -
YUV 113.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 225 38 206 0 0.83 0.08 0.12 306.1 0.76 0.52
Hex E1 26 CE 0 53 8 C 132 4C 34
Octal 341 46 316 0 123 10 14 462 114 64
Binary 11100001 100110 11001110 0 1010011 1000 1100 100110010 1001100 110100

Color Harmonies of #E126CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126CE

Black with #E126CE

Text Example


Text Example

White with #E126CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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