Html Css Color HEX #E130BF Razzle Dazzle Rose

📋 copy color: '#E130BF'

red 225 ◦ green 48 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E130BF

Tints of Razzle Dazzle Rose #E130BF

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

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

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

R = 48.49%
G = 10.34%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E130BF (or 0xE130BF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and BF. RGB value is (225,48,191). Sum of RGB (Red+Green+Blue) = 225+48+191=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E130BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130BF is #1ECF40. Grayscale: #747474. Windows color (decimal): -2019137 or 12529889. OLE color: 12529889.

HSL color Cylindrical-coordinate representation of color #E130BF: hue angle of 311.53º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130BF is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 191 -
CMYK 0 0.79 0.15 0.12
HSL 311.53º 0.75% 0.54% -
HSV(B) 311.53º 0.79% 0.88% -
XYZ 41.51 21.88 51.33 -
YUV 117.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 225 48 191 0 0.79 0.15 0.12 311.53 0.75 0.54
Hex E1 30 BF 0 4F F C 138 4B 36
Octal 341 60 277 0 117 17 14 470 113 66
Binary 11100001 110000 10111111 0 1001111 1111 1100 100111000 1001011 110110

Color Harmonies of #E130BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130BF

Black with #E130BF

Text Example


Text Example

White with #E130BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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