Html Css Color HEX #E126C6 Razzle Dazzle Rose

📋 copy color: '#E126C6'

red 225 ◦ green 38 ◦ blue 198

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

Shades of Razzle Dazzle Rose #E126C6

Tints of Razzle Dazzle Rose #E126C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 48.81%
G = 8.24%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E126C6 (or 0xE126C6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and C6. RGB value is (225,38,198). Sum of RGB (Red+Green+Blue) = 225+38+198=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E126C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126C6 is #1ED939. Grayscale: #6F6F6F. Windows color (decimal): -2021690 or 12986081. OLE color: 12986081.

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

Color convert

RGB 225 38 198 -
CMYK 0 0.83 0.12 0.12
HSL 308.66º 0.76% 0.52% -
HSV(B) 308.66º 0.83% 0.88% -
XYZ 41.94 21.47 55.36 -
YUV 112.15 176.45 208.49 -
System Red Green Blue C M Y K H S L
Decimal 225 38 198 0 0.83 0.12 0.12 308.66 0.76 0.52
Hex E1 26 C6 0 53 C C 135 4C 34
Octal 341 46 306 0 123 14 14 465 114 64
Binary 11100001 100110 11000110 0 1010011 1100 1100 100110101 1001100 110100

Color Harmonies of #E126C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126C6

Black with #E126C6

Text Example


Text Example

White with #E126C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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