Html Css Color HEX #E228E5 Razzle Dazzle Rose

📋 copy color: '#E228E5'

red 226 ◦ green 40 ◦ blue 229

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

Shades of Razzle Dazzle Rose #E228E5

Tints of Razzle Dazzle Rose #E228E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 45.66%
G = 8.08%
B = 46.26%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E228E5 (or 0xE228E5) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and E5. RGB value is (226,40,229). Sum of RGB (Red+Green+Blue) = 226+40+229=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #E228E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228E5 is #1DD71A. Grayscale: #747474. Windows color (decimal): -1955611 or 15018210. OLE color: 15018210.

HSL color Cylindrical-coordinate representation of color #E228E5: hue angle of 299.05º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E228E5 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 40 229 -
CMYK 0.01 0.83 0 0.10
HSL 299.05º 0.78% 0.53% -
HSV(B) 299.05º 0.83% 0.9% -
XYZ 46.27 23.34 76.2 -
YUV 117.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 226 40 229 0.01 0.83 0 0.10 299.05 0.78 0.53
Hex E2 28 E5 1 53 0 A 12B 4E 35
Octal 342 50 345 1 123 0 12 453 116 65
Binary 11100010 101000 11100101 1 1010011 0 1010 100101011 1001110 110101

Color Harmonies of #E228E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228E5

Black with #E228E5

Text Example


Text Example

White with #E228E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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