Html Css Color HEX #E741BE Razzle Dazzle Rose

📋 copy color: '#E741BE'

red 231 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E741BE

Tints of Razzle Dazzle Rose #E741BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 47.53%
G = 13.37%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E741BE (or 0xE741BE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 41 and BE. RGB value is (231,65,190). Sum of RGB (Red+Green+Blue) = 231+65+190=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E741BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741BE is #18BE41. Grayscale: #808080. Windows color (decimal): -1621570 or 12468711. OLE color: 12468711.

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

Color convert

RGB 231 65 190 -
CMYK 0 0.72 0.18 0.09
HSL 314.82º 0.78% 0.58% -
HSV(B) 314.82º 0.72% 0.91% -
XYZ 44.14 24.49 51.12 -
YUV 128.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 231 65 190 0 0.72 0.18 0.09 314.82 0.78 0.58
Hex E7 41 BE 0 48 12 9 13B 4E 3A
Octal 347 101 276 0 110 22 11 473 116 72
Binary 11100111 1000001 10111110 0 1001000 10010 1001 100111011 1001110 111010

Color Harmonies of #E741BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741BE

Black with #E741BE

Text Example


Text Example

White with #E741BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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