Html Css Color HEX #E141C1 Razzle Dazzle Rose

📋 copy color: '#E141C1'

red 225 ◦ green 65 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E141C1

Tints of Razzle Dazzle Rose #E141C1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

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

R = 46.58%
G = 13.46%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E141C1 (or 0xE141C1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and C1. RGB value is (225,65,193). Sum of RGB (Red+Green+Blue) = 225+65+193=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E141C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141C1 is #1EBE3E. Grayscale: #7F7F7F. Windows color (decimal): -2014783 or 12665313. OLE color: 12665313.

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

Color convert

RGB 225 65 193 -
CMYK 0 0.71 0.14 0.12
HSL 312º 0.73% 0.57% -
HSV(B) 312º 0.71% 0.88% -
XYZ 42.57 23.64 52.77 -
YUV 127.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 225 65 193 0 0.71 0.14 0.12 312 0.73 0.57
Hex E1 41 C1 0 47 E C 138 49 39
Octal 341 101 301 0 107 16 14 470 111 71
Binary 11100001 1000001 11000001 0 1000111 1110 1100 100111000 1001001 111001

Color Harmonies of #E141C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141C1

Black with #E141C1

Text Example


Text Example

White with #E141C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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