Html Css Color HEX #E140C4 Razzle Dazzle Rose

📋 copy color: '#E140C4'

red 225 ◦ green 64 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E140C4

Tints of Razzle Dazzle Rose #E140C4

RGB

 RED value IS 225 (88.28% from 255) = 46.39%

 GREEN value IS 64 (25.39% from 255) = 13.2%

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

R = 46.39%
G = 13.2%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E140C4 (or 0xE140C4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and C4. RGB value is (225,64,196). Sum of RGB (Red+Green+Blue) = 225+64+196=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C4 is #1EBF3B. Grayscale: #7E7E7E. Windows color (decimal): -2015036 or 12861665. OLE color: 12861665.

HSL color Cylindrical-coordinate representation of color #E140C4: hue angle of 310.81º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140C4 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 196 -
CMYK 0 0.72 0.13 0.12
HSL 310.81º 0.73% 0.57% -
HSV(B) 310.81º 0.72% 0.88% -
XYZ 42.85 23.66 54.53 -
YUV 127.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 225 64 196 0 0.72 0.13 0.12 310.81 0.73 0.57
Hex E1 40 C4 0 48 D C 137 49 39
Octal 341 100 304 0 110 15 14 467 111 71
Binary 11100001 1000000 11000100 0 1001000 1101 1100 100110111 1001001 111001

Color Harmonies of #E140C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140C4

Black with #E140C4

Text Example


Text Example

White with #E140C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140C4; }

 p { color: rgb(225,64,196); }

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

background-color css

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

 a { background-color: rgb(225,64,196); }

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

border-color css

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

 span { border-color: rgb(225,64,196); }

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