Html Css Color HEX #E126D4 Razzle Dazzle Rose

📋 copy color: '#E126D4'

red 225 ◦ green 38 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E126D4

Tints of Razzle Dazzle Rose #E126D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 47.37%
G = 8%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E126D4 (or 0xE126D4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and D4. RGB value is (225,38,212). Sum of RGB (Red+Green+Blue) = 225+38+212=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E126D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126D4 is #1ED92B. Grayscale: #717171. Windows color (decimal): -2021676 or 13903585. OLE color: 13903585.

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

Color convert

RGB 225 38 212 -
CMYK 0 0.83 0.06 0.12
HSL 304.17º 0.76% 0.52% -
HSV(B) 304.17º 0.83% 0.88% -
XYZ 43.63 22.15 64.26 -
YUV 113.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 225 38 212 0 0.83 0.06 0.12 304.17 0.76 0.52
Hex E1 26 D4 0 53 6 C 130 4C 34
Octal 341 46 324 0 123 6 14 460 114 64
Binary 11100001 100110 11010100 0 1010011 110 1100 100110000 1001100 110100

Color Harmonies of #E126D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126D4

Black with #E126D4

Text Example


Text Example

White with #E126D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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