Html Css Color HEX #E229DA Razzle Dazzle Rose

📋 copy color: '#E229DA'

red 226 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E229DA

Tints of Razzle Dazzle Rose #E229DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 46.6%
G = 8.45%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E229DA (or 0xE229DA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and DA. RGB value is (226,41,218). Sum of RGB (Red+Green+Blue) = 226+41+218=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E229DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229DA is #1DD625. Grayscale: #737373. Windows color (decimal): -1955366 or 14297570. OLE color: 14297570.

HSL color Cylindrical-coordinate representation of color #E229DA: hue angle of 302.59º 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 #E229DA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 41 218 -
CMYK 0 0.82 0.04 0.11
HSL 302.59º 0.76% 0.52% -
HSV(B) 302.59º 0.82% 0.89% -
XYZ 44.81 22.82 68.37 -
YUV 116.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 226 41 218 0 0.82 0.04 0.11 302.59 0.76 0.52
Hex E2 29 DA 0 52 4 B 12F 4C 34
Octal 342 51 332 0 122 4 13 457 114 64
Binary 11100010 101001 11011010 0 1010010 100 1011 100101111 1001100 110100

Color Harmonies of #E229DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229DA

Black with #E229DA

Text Example


Text Example

White with #E229DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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