Html Css Color HEX #E227DD Razzle Dazzle Rose

📋 copy color: '#E227DD'

red 226 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E227DD

Tints of Razzle Dazzle Rose #E227DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.02%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 46.5%
G = 8.02%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E227DD (or 0xE227DD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and DD. RGB value is (226,39,221). Sum of RGB (Red+Green+Blue) = 226+39+221=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E227DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227DD is #1DD822. Grayscale: #737373. Windows color (decimal): -1955875 or 14493666. OLE color: 14493666.

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

Color convert

RGB 226 39 221 -
CMYK 0 0.83 0.02 0.11
HSL 301.6º 0.76% 0.52% -
HSV(B) 301.6º 0.83% 0.89% -
XYZ 45.14 22.84 70.44 -
YUV 115.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 226 39 221 0 0.83 0.02 0.11 301.6 0.76 0.52
Hex E2 27 DD 0 53 2 B 12E 4C 34
Octal 342 47 335 0 123 2 13 456 114 64
Binary 11100010 100111 11011101 0 1010011 10 1011 100101110 1001100 110100

Color Harmonies of #E227DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E227DD

Black with #E227DD

Text Example


Text Example

White with #E227DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E227DD; }

 p { color: rgb(226,39,221); }

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

background-color css

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

 a { background-color: rgb(226,39,221); }

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

border-color css

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

 span { border-color: rgb(226,39,221); }

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