Html Css Color HEX #E42BCE Razzle Dazzle Rose

📋 copy color: '#E42BCE'

red 228 ◦ green 43 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E42BCE

Tints of Razzle Dazzle Rose #E42BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.01%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 47.8%
G = 9.01%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E42BCE (or 0xE42BCE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and CE. RGB value is (228,43,206). Sum of RGB (Red+Green+Blue) = 228+43+206=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BCE is #1BD431. Grayscale: #747474. Windows color (decimal): -1823794 or 13511652. OLE color: 13511652.

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

Color convert

RGB 228 43 206 -
CMYK 0 0.81 0.10 0.11
HSL 307.14º 0.77% 0.53% -
HSV(B) 307.14º 0.81% 0.89% -
XYZ 44 22.68 60.45 -
YUV 116.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 228 43 206 0 0.81 0.10 0.11 307.14 0.77 0.53
Hex E4 2B CE 0 51 A B 133 4D 35
Octal 344 53 316 0 121 12 13 463 115 65
Binary 11100100 101011 11001110 0 1010001 1010 1011 100110011 1001101 110101

Color Harmonies of #E42BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BCE

Black with #E42BCE

Text Example


Text Example

White with #E42BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BCE; }

 p { color: rgb(228,43,206); }

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

background-color css

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

 a { background-color: rgb(228,43,206); }

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

border-color css

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

 span { border-color: rgb(228,43,206); }

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