Html Css Color HEX #E538BA Razzle Dazzle Rose

📋 copy color: '#E538BA'

red 229 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E538BA

Tints of Razzle Dazzle Rose #E538BA

RGB

 RED value IS 229 (89.84% from 255) = 48.62%

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 48.62%
G = 11.89%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E538BA (or 0xE538BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 38 and BA. RGB value is (229,56,186). Sum of RGB (Red+Green+Blue) = 229+56+186=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E538BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538BA is #1AC745. Grayscale: #7A7A7A. Windows color (decimal): -1754950 or 12204261. OLE color: 12204261.

HSL color Cylindrical-coordinate representation of color #E538BA: hue angle of 314.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538BA is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 56 186 -
CMYK 0 0.76 0.19 0.10
HSL 314.91º 0.77% 0.56% -
HSV(B) 314.91º 0.76% 0.9% -
XYZ 42.59 23.03 48.66 -
YUV 122.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 229 56 186 0 0.76 0.19 0.10 314.91 0.77 0.56
Hex E5 38 BA 0 4C 13 A 13B 4D 38
Octal 345 70 272 0 114 23 12 473 115 70
Binary 11100101 111000 10111010 0 1001100 10011 1010 100111011 1001101 111000

Color Harmonies of #E538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E538BA

Black with #E538BA

Text Example


Text Example

White with #E538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E538BA; }

 p { color: rgb(229,56,186); }

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

background-color css

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

 a { background-color: rgb(229,56,186); }

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

border-color css

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

 span { border-color: rgb(229,56,186); }

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