Html Css Color HEX #E434BE Razzle Dazzle Rose

📋 copy color: '#E434BE'

red 228 ◦ green 52 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E434BE

Tints of Razzle Dazzle Rose #E434BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 48.51%
G = 11.06%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E434BE (or 0xE434BE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and BE. RGB value is (228,52,190). Sum of RGB (Red+Green+Blue) = 228+52+190=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E434BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434BE is #1BCB41. Grayscale: #777777. Windows color (decimal): -1821506 or 12465380. OLE color: 12465380.

HSL color Cylindrical-coordinate representation of color #E434BE: hue angle of 312.95º 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 #E434BE is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 52 190 -
CMYK 0 0.77 0.17 0.11
HSL 312.95º 0.77% 0.55% -
HSV(B) 312.95º 0.77% 0.89% -
XYZ 42.52 22.67 50.85 -
YUV 120.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 228 52 190 0 0.77 0.17 0.11 312.95 0.77 0.55
Hex E4 34 BE 0 4D 11 B 139 4D 37
Octal 344 64 276 0 115 21 13 471 115 67
Binary 11100100 110100 10111110 0 1001101 10001 1011 100111001 1001101 110111

Color Harmonies of #E434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434BE

Black with #E434BE

Text Example


Text Example

White with #E434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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