#E231D1

Color #E231D1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E231D1

Tints of Razzle Dazzle Rose #E231D1

Color information

#E231D1 (or 0xE231D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 31 and D1. RGB value is (226,49,209). Sum of RGB (Red+Green+Blue) = 226+49+209=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E231D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231D1 is #1DCE2E. Grayscale: #777777. Windows color (decimal): -1953327 or 13709794. OLE color: 13709794.

HSL color Cylindrical-coordinate representation of color #E231D1: hue angle of 305.76º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231D1 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22649209-
CMYK00.780.080.11
HSL305.76º75.32%53.92%-
HSV(B)305.76º78.32%88.63%-
XYZ43.9722.9762.44-
YUV120.16178.14203.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 49 (19.53% from 255) = 10.12%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=46.69%
G=10.12%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264920900.780.080.11305.7675.3253.92
HexE231D104E8B1324b36
Octal342613210116101346211366
Binary111000101100011101000101001110100010111001100101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E231D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E231D1; }

 p { color: rgb(226,49,209); }

 H1.HeaderClassName
 {
   color: #E231D1;
 }
 .AnyTagClassName
 {
   color: #E231D1;
 }
</style>
background-color css

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

 a { background-color: rgb(226,49,209); }

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

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

 span { border-color: rgb(226,49,209); }

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