Html Css Color HEX #E229DF Razzle Dazzle Rose

📋 copy color: '#E229DF'

red 226 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E229DF

Tints of Razzle Dazzle Rose #E229DF

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

 GREEN value IS 41 (16.41% from 255) = 8.37%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 46.12%
G = 8.37%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E229DF (or 0xE229DF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and DF. RGB value is (226,41,223). Sum of RGB (Red+Green+Blue) = 226+41+223=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E229DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229DF is #1DD620. Grayscale: #747474. Windows color (decimal): -1955361 or 14625250. OLE color: 14625250.

HSL color Cylindrical-coordinate representation of color #E229DF: hue angle of 300.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229DF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 41 223 -
CMYK 0 0.82 0.01 0.11
HSL 300.97º 0.76% 0.52% -
HSV(B) 300.97º 0.82% 0.89% -
XYZ 45.48 23.08 71.87 -
YUV 117.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 226 41 223 0 0.82 0.01 0.11 300.97 0.76 0.52
Hex E2 29 DF 0 52 1 B 12D 4C 34
Octal 342 51 337 0 122 1 13 455 114 64
Binary 11100010 101001 11011111 0 1010010 1 1011 100101101 1001100 110100

Color Harmonies of #E229DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229DF

Black with #E229DF

Text Example


Text Example

White with #E229DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229DF; }

 p { color: rgb(226,41,223); }

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

background-color css

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

 a { background-color: rgb(226,41,223); }

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

border-color css

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

 span { border-color: rgb(226,41,223); }

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