Html Css Color HEX #E341C3 Razzle Dazzle Rose

📋 copy color: '#E341C3'

red 227 ◦ green 65 ◦ blue 195

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

Shades of Razzle Dazzle Rose #E341C3

Tints of Razzle Dazzle Rose #E341C3

RGB

 RED value IS 227 (89.06% from 255) = 46.61%

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 46.61%
G = 13.35%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E341C3 (or 0xE341C3) is known color: Razzle Dazzle Rose. HEX triplet: E3, 41 and C3. RGB value is (227,65,195). Sum of RGB (Red+Green+Blue) = 227+65+195=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E341C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341C3 is #1CBE3C. Grayscale: #7F7F7F. Windows color (decimal): -1883709 or 12796387. OLE color: 12796387.

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

Color convert

RGB 227 65 195 -
CMYK 0 0.71 0.14 0.11
HSL 311.85º 0.74% 0.57% -
HSV(B) 311.85º 0.71% 0.89% -
XYZ 43.42 24.05 53.98 -
YUV 128.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 227 65 195 0 0.71 0.14 0.11 311.85 0.74 0.57
Hex E3 41 C3 0 47 E B 138 4A 39
Octal 343 101 303 0 107 16 13 470 112 71
Binary 11100011 1000001 11000011 0 1000111 1110 1011 100111000 1001010 111001

Color Harmonies of #E341C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341C3

Black with #E341C3

Text Example


Text Example

White with #E341C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341C3; }

 p { color: rgb(227,65,195); }

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

background-color css

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

 a { background-color: rgb(227,65,195); }

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

border-color css

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

 span { border-color: rgb(227,65,195); }

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