Html Css Color HEX #E741B9 Razzle Dazzle Rose

📋 copy color: '#E741B9'

red 231 ◦ green 65 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E741B9

Tints of Razzle Dazzle Rose #E741B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 48.02%
G = 13.51%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E741B9 (or 0xE741B9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 41 and B9. RGB value is (231,65,185). Sum of RGB (Red+Green+Blue) = 231+65+185=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E741B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741B9 is #18BE46. Grayscale: #808080. Windows color (decimal): -1621575 or 12141031. OLE color: 12141031.

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

Color convert

RGB 231 65 185 -
CMYK 0 0.72 0.20 0.09
HSL 316.63º 0.78% 0.58% -
HSV(B) 316.63º 0.72% 0.91% -
XYZ 43.6 24.27 48.29 -
YUV 128.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 231 65 185 0 0.72 0.20 0.09 316.63 0.78 0.58
Hex E7 41 B9 0 48 14 9 13D 4E 3A
Octal 347 101 271 0 110 24 11 475 116 72
Binary 11100111 1000001 10111001 0 1001000 10100 1001 100111101 1001110 111010

Color Harmonies of #E741B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741B9

Black with #E741B9

Text Example


Text Example

White with #E741B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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