Html Css Color HEX #E730BF Razzle Dazzle Rose

📋 copy color: '#E730BF'

red 231 ◦ green 48 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E730BF

Tints of Razzle Dazzle Rose #E730BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.21%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 49.15%
G = 10.21%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E730BF (or 0xE730BF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and BF. RGB value is (231,48,191). Sum of RGB (Red+Green+Blue) = 231+48+191=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E730BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730BF is #18CF40. Grayscale: #767676. Windows color (decimal): -1625921 or 12529895. OLE color: 12529895.

HSL color Cylindrical-coordinate representation of color #E730BF: hue angle of 313.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730BF is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 48 191 -
CMYK 0 0.79 0.17 0.09
HSL 313.11º 0.79% 0.55% -
HSV(B) 313.11º 0.79% 0.91% -
XYZ 43.42 22.86 51.42 -
YUV 119.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 231 48 191 0 0.79 0.17 0.09 313.11 0.79 0.55
Hex E7 30 BF 0 4F 11 9 139 4F 37
Octal 347 60 277 0 117 21 11 471 117 67
Binary 11100111 110000 10111111 0 1001111 10001 1001 100111001 1001111 110111

Color Harmonies of #E730BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730BF

Black with #E730BF

Text Example


Text Example

White with #E730BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730BF; }

 p { color: rgb(231,48,191); }

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

background-color css

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

 a { background-color: rgb(231,48,191); }

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

border-color css

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

 span { border-color: rgb(231,48,191); }

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