Html Css Color HEX #E126C4 Razzle Dazzle Rose

📋 copy color: '#E126C4'

red 225 ◦ green 38 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E126C4

Tints of Razzle Dazzle Rose #E126C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 49.02%
G = 8.28%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E126C4 (or 0xE126C4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and C4. RGB value is (225,38,196). Sum of RGB (Red+Green+Blue) = 225+38+196=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E126C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126C4 is #1ED93B. Grayscale: #6F6F6F. Windows color (decimal): -2021692 or 12855009. OLE color: 12855009.

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

Color convert

RGB 225 38 196 -
CMYK 0 0.83 0.13 0.12
HSL 309.3º 0.76% 0.52% -
HSV(B) 309.3º 0.83% 0.88% -
XYZ 41.71 21.38 54.15 -
YUV 111.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 225 38 196 0 0.83 0.13 0.12 309.3 0.76 0.52
Hex E1 26 C4 0 53 D C 135 4C 34
Octal 341 46 304 0 123 15 14 465 114 64
Binary 11100001 100110 11000100 0 1010011 1101 1100 100110101 1001100 110100

Color Harmonies of #E126C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126C4

Black with #E126C4

Text Example


Text Example

White with #E126C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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