Html Css Color HEX #E225C4 Razzle Dazzle Rose

📋 copy color: '#E225C4'

red 226 ◦ green 37 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E225C4

Tints of Razzle Dazzle Rose #E225C4

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.06%

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 49.24%
G = 8.06%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E225C4 (or 0xE225C4) is known color: Razzle Dazzle Rose. HEX triplet: E2, 25 and C4. RGB value is (226,37,196). Sum of RGB (Red+Green+Blue) = 226+37+196=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E225C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225C4 is #1DDA3B. Grayscale: #6F6F6F. Windows color (decimal): -1956412 or 12854754. OLE color: 12854754.

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

Color convert

RGB 226 37 196 -
CMYK 0 0.84 0.13 0.11
HSL 309.52º 0.77% 0.52% -
HSV(B) 309.52º 0.84% 0.89% -
XYZ 41.99 21.48 54.16 -
YUV 111.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 226 37 196 0 0.84 0.13 0.11 309.52 0.77 0.52
Hex E2 25 C4 0 54 D B 136 4D 34
Octal 342 45 304 0 124 15 13 466 115 64
Binary 11100010 100101 11000100 0 1010100 1101 1011 100110110 1001101 110100

Color Harmonies of #E225C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E225C4

Black with #E225C4

Text Example


Text Example

White with #E225C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E225C4; }

 p { color: rgb(226,37,196); }

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

background-color css

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

 a { background-color: rgb(226,37,196); }

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

border-color css

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

 span { border-color: rgb(226,37,196); }

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