Html Css Color HEX #E130BD Razzle Dazzle Rose

📋 copy color: '#E130BD'

red 225 ◦ green 48 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E130BD

Tints of Razzle Dazzle Rose #E130BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 48.7%
G = 10.39%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E130BD (or 0xE130BD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and BD. RGB value is (225,48,189). Sum of RGB (Red+Green+Blue) = 225+48+189=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E130BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130BD is #1ECF42. Grayscale: #747474. Windows color (decimal): -2019139 or 12398817. OLE color: 12398817.

HSL color Cylindrical-coordinate representation of color #E130BD: hue angle of 312.2º 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 #E130BD is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 189 -
CMYK 0 0.79 0.16 0.12
HSL 312.2º 0.75% 0.54% -
HSV(B) 312.2º 0.79% 0.88% -
XYZ 41.29 21.8 50.17 -
YUV 117 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 225 48 189 0 0.79 0.16 0.12 312.2 0.75 0.54
Hex E1 30 BD 0 4F 10 C 138 4B 36
Octal 341 60 275 0 117 20 14 470 113 66
Binary 11100001 110000 10111101 0 1001111 10000 1100 100111000 1001011 110110

Color Harmonies of #E130BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130BD

Black with #E130BD

Text Example


Text Example

White with #E130BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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