Html Css Color HEX #E126C5 Razzle Dazzle Rose

📋 copy color: '#E126C5'

red 225 ◦ green 38 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E126C5

Tints of Razzle Dazzle Rose #E126C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 48.91%
G = 8.26%
B = 42.83%

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

#E126C5 (or 0xE126C5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and C5. RGB value is (225,38,197). Sum of RGB (Red+Green+Blue) = 225+38+197=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E126C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126C5 is #1ED93A. Grayscale: #6F6F6F. Windows color (decimal): -2021691 or 12920545. OLE color: 12920545.

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

Color convert

RGB 225 38 197 -
CMYK 0 0.83 0.12 0.12
HSL 308.98º 0.76% 0.52% -
HSV(B) 308.98º 0.83% 0.88% -
XYZ 41.82 21.42 54.75 -
YUV 112.04 175.95 208.57 -
System Red Green Blue C M Y K H S L
Decimal 225 38 197 0 0.83 0.12 0.12 308.98 0.76 0.52
Hex E1 26 C5 0 53 C C 135 4C 34
Octal 341 46 305 0 123 14 14 465 114 64
Binary 11100001 100110 11000101 0 1010011 1100 1100 100110101 1001100 110100

Color Harmonies of #E126C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126C5

Black with #E126C5

Text Example


Text Example

White with #E126C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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