Html Css Color HEX #E741BA Razzle Dazzle Rose

📋 copy color: '#E741BA'

red 231 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E741BA

Tints of Razzle Dazzle Rose #E741BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 47.93%
G = 13.49%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E741BA (or 0xE741BA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 41 and BA. RGB value is (231,65,186). Sum of RGB (Red+Green+Blue) = 231+65+186=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E741BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741BA is #18BE45. Grayscale: #808080. Windows color (decimal): -1621574 or 12206567. OLE color: 12206567.

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

Color convert

RGB 231 65 186 -
CMYK 0 0.72 0.19 0.09
HSL 316.27º 0.78% 0.58% -
HSV(B) 316.27º 0.72% 0.91% -
XYZ 43.71 24.31 48.84 -
YUV 128.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 231 65 186 0 0.72 0.19 0.09 316.27 0.78 0.58
Hex E7 41 BA 0 48 13 9 13C 4E 3A
Octal 347 101 272 0 110 23 11 474 116 72
Binary 11100111 1000001 10111010 0 1001000 10011 1001 100111100 1001110 111010

Color Harmonies of #E741BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741BA

Black with #E741BA

Text Example


Text Example

White with #E741BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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