Html Css Color HEX #E229DB Razzle Dazzle Rose

📋 copy color: '#E229DB'

red 226 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E229DB

Tints of Razzle Dazzle Rose #E229DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 46.5%
G = 8.44%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E229DB (or 0xE229DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and DB. RGB value is (226,41,219). Sum of RGB (Red+Green+Blue) = 226+41+219=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E229DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229DB is #1DD624. Grayscale: #747474. Windows color (decimal): -1955365 or 14363106. OLE color: 14363106.

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

Color convert

RGB 226 41 219 -
CMYK 0 0.82 0.03 0.11
HSL 302.27º 0.76% 0.52% -
HSV(B) 302.27º 0.82% 0.89% -
XYZ 44.94 22.87 69.06 -
YUV 116.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 226 41 219 0 0.82 0.03 0.11 302.27 0.76 0.52
Hex E2 29 DB 0 52 3 B 12E 4C 34
Octal 342 51 333 0 122 3 13 456 114 64
Binary 11100010 101001 11011011 0 1010010 11 1011 100101110 1001100 110100

Color Harmonies of #E229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229DB

Black with #E229DB

Text Example


Text Example

White with #E229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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