Html Css Color HEX #E130BC Razzle Dazzle Rose

📋 copy color: '#E130BC'

red 225 ◦ green 48 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E130BC

Tints of Razzle Dazzle Rose #E130BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 48.81%
G = 10.41%
B = 40.78%

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

#E130BC (or 0xE130BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and BC. RGB value is (225,48,188). Sum of RGB (Red+Green+Blue) = 225+48+188=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E130BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130BC is #1ECF43. Grayscale: #747474. Windows color (decimal): -2019140 or 12333281. OLE color: 12333281.

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

Color convert

RGB 225 48 188 -
CMYK 0 0.79 0.16 0.12
HSL 312.54º 0.75% 0.54% -
HSV(B) 312.54º 0.79% 0.88% -
XYZ 41.19 21.75 49.6 -
YUV 116.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 225 48 188 0 0.79 0.16 0.12 312.54 0.75 0.54
Hex E1 30 BC 0 4F 10 C 139 4B 36
Octal 341 60 274 0 117 20 14 471 113 66
Binary 11100001 110000 10111100 0 1001111 10000 1100 100111001 1001011 110110

Color Harmonies of #E130BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130BC

Black with #E130BC

Text Example


Text Example

White with #E130BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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