Html Css Color HEX #E140C1 Razzle Dazzle Rose

📋 copy color: '#E140C1'

red 225 ◦ green 64 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E140C1

Tints of Razzle Dazzle Rose #E140C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 46.68%
G = 13.28%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E140C1 (or 0xE140C1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and C1. RGB value is (225,64,193). Sum of RGB (Red+Green+Blue) = 225+64+193=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C1 is #1EBF3E. Grayscale: #7E7E7E. Windows color (decimal): -2015039 or 12665057. OLE color: 12665057.

HSL color Cylindrical-coordinate representation of color #E140C1: hue angle of 311.93º 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 #E140C1 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 193 -
CMYK 0 0.72 0.14 0.12
HSL 311.93º 0.73% 0.57% -
HSV(B) 311.93º 0.72% 0.88% -
XYZ 42.51 23.52 52.75 -
YUV 126.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 225 64 193 0 0.72 0.14 0.12 311.93 0.73 0.57
Hex E1 40 C1 0 48 E C 138 49 39
Octal 341 100 301 0 110 16 14 470 111 71
Binary 11100001 1000000 11000001 0 1001000 1110 1100 100111000 1001001 111001

Color Harmonies of #E140C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140C1

Black with #E140C1

Text Example


Text Example

White with #E140C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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