Html Css Color HEX #E434BA Razzle Dazzle Rose

📋 copy color: '#E434BA'

red 228 ◦ green 52 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E434BA

Tints of Razzle Dazzle Rose #E434BA

RGB

 RED value IS 228 (89.45% from 255) = 48.93%

 GREEN value IS 52 (20.7% from 255) = 11.16%

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

R = 48.93%
G = 11.16%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E434BA (or 0xE434BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and BA. RGB value is (228,52,186). Sum of RGB (Red+Green+Blue) = 228+52+186=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E434BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434BA is #1BCB45. Grayscale: #777777. Windows color (decimal): -1821510 or 12203236. OLE color: 12203236.

HSL color Cylindrical-coordinate representation of color #E434BA: hue angle of 314.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434BA is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 52 186 -
CMYK 0 0.77 0.18 0.11
HSL 314.32º 0.77% 0.55% -
HSV(B) 314.32º 0.77% 0.89% -
XYZ 42.09 22.5 48.58 -
YUV 119.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 228 52 186 0 0.77 0.18 0.11 314.32 0.77 0.55
Hex E4 34 BA 0 4D 12 B 13A 4D 37
Octal 344 64 272 0 115 22 13 472 115 67
Binary 11100100 110100 10111010 0 1001101 10010 1011 100111010 1001101 110111

Color Harmonies of #E434BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434BA

Black with #E434BA

Text Example


Text Example

White with #E434BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434BA; }

 p { color: rgb(228,52,186); }

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

background-color css

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

 a { background-color: rgb(228,52,186); }

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

border-color css

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

 span { border-color: rgb(228,52,186); }

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