Html Css Color HEX #E740BB Razzle Dazzle Rose

📋 copy color: '#E740BB'

red 231 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E740BB

Tints of Razzle Dazzle Rose #E740BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 47.93%
G = 13.28%
B = 38.8%

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

#E740BB (or 0xE740BB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and BB. RGB value is (231,64,187). Sum of RGB (Red+Green+Blue) = 231+64+187=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E740BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740BB is #18BF44. Grayscale: #7F7F7F. Windows color (decimal): -1621829 or 12271847. OLE color: 12271847.

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

Color convert

RGB 231 64 187 -
CMYK 0 0.72 0.19 0.09
HSL 315.81º 0.78% 0.58% -
HSV(B) 315.81º 0.72% 0.91% -
XYZ 43.76 24.24 49.39 -
YUV 127.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 231 64 187 0 0.72 0.19 0.09 315.81 0.78 0.58
Hex E7 40 BB 0 48 13 9 13C 4E 3A
Octal 347 100 273 0 110 23 11 474 116 72
Binary 11100111 1000000 10111011 0 1001000 10011 1001 100111100 1001110 111010

Color Harmonies of #E740BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740BB

Black with #E740BB

Text Example


Text Example

White with #E740BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740BB; }

 p { color: rgb(231,64,187); }

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

background-color css

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

 a { background-color: rgb(231,64,187); }

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

border-color css

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

 span { border-color: rgb(231,64,187); }

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