Html Css Color HEX #E741CC Razzle Dazzle Rose

📋 copy color: '#E741CC'

red 231 ◦ green 65 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E741CC

Tints of Razzle Dazzle Rose #E741CC

RGB

 RED value IS 231 (90.63% from 255) = 46.2%

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 46.2%
G = 13%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E741CC (or 0xE741CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 41 and CC. RGB value is (231,65,204). Sum of RGB (Red+Green+Blue) = 231+65+204=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E741CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741CC is #18BE33. Grayscale: #828282. Windows color (decimal): -1621556 or 13386215. OLE color: 13386215.

HSL color Cylindrical-coordinate representation of color #E741CC: hue angle of 309.76º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741CC is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 204 -
CMYK 0 0.72 0.12 0.09
HSL 309.76º 0.78% 0.58% -
HSV(B) 309.76º 0.72% 0.91% -
XYZ 45.74 25.13 59.57 -
YUV 130.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 231 65 204 0 0.72 0.12 0.09 309.76 0.78 0.58
Hex E7 41 CC 0 48 C 9 136 4E 3A
Octal 347 101 314 0 110 14 11 466 116 72
Binary 11100111 1000001 11001100 0 1001000 1100 1001 100110110 1001110 111010

Color Harmonies of #E741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741CC

Black with #E741CC

Text Example


Text Example

White with #E741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741CC; }

 p { color: rgb(231,65,204); }

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

background-color css

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

 a { background-color: rgb(231,65,204); }

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

border-color css

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

 span { border-color: rgb(231,65,204); }

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