Html Css Color HEX #E126BF Razzle Dazzle Rose

📋 copy color: '#E126BF'

red 225 ◦ green 38 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E126BF

Tints of Razzle Dazzle Rose #E126BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 49.56%
G = 8.37%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E126BF (or 0xE126BF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and BF. RGB value is (225,38,191). Sum of RGB (Red+Green+Blue) = 225+38+191=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E126BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126BF is #1ED940. Grayscale: #6E6E6E. Windows color (decimal): -2021697 or 12527329. OLE color: 12527329.

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

Color convert

RGB 225 38 191 -
CMYK 0 0.83 0.15 0.12
HSL 310.91º 0.76% 0.52% -
HSV(B) 310.91º 0.83% 0.88% -
XYZ 41.15 21.16 51.2 -
YUV 111.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 225 38 191 0 0.83 0.15 0.12 310.91 0.76 0.52
Hex E1 26 BF 0 53 F C 137 4C 34
Octal 341 46 277 0 123 17 14 467 114 64
Binary 11100001 100110 10111111 0 1010011 1111 1100 100110111 1001100 110100

Color Harmonies of #E126BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126BF

Black with #E126BF

Text Example


Text Example

White with #E126BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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