Html Css Color HEX #E228D0 Razzle Dazzle Rose

📋 copy color: '#E228D0'

red 226 ◦ green 40 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E228D0

Tints of Razzle Dazzle Rose #E228D0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 47.68%
G = 8.44%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E228D0 (or 0xE228D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and D0. RGB value is (226,40,208). Sum of RGB (Red+Green+Blue) = 226+40+208=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E228D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228D0 is #1DD72F. Grayscale: #727272. Windows color (decimal): -1955632 or 13641954. OLE color: 13641954.

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

Color convert

RGB 226 40 208 -
CMYK 0 0.82 0.08 0.11
HSL 305.81º 0.76% 0.52% -
HSV(B) 305.81º 0.82% 0.89% -
XYZ 43.51 22.24 61.67 -
YUV 114.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 226 40 208 0 0.82 0.08 0.11 305.81 0.76 0.52
Hex E2 28 D0 0 52 8 B 132 4C 34
Octal 342 50 320 0 122 10 13 462 114 64
Binary 11100010 101000 11010000 0 1010010 1000 1011 100110010 1001100 110100

Color Harmonies of #E228D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228D0

Black with #E228D0

Text Example


Text Example

White with #E228D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228D0; }

 p { color: rgb(226,40,208); }

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

background-color css

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

 a { background-color: rgb(226,40,208); }

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

border-color css

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

 span { border-color: rgb(226,40,208); }

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