Html Css Color HEX #E42BCD Razzle Dazzle Rose

📋 copy color: '#E42BCD'

red 228 ◦ green 43 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E42BCD

Tints of Razzle Dazzle Rose #E42BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 47.9%
G = 9.03%
B = 43.07%

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

#E42BCD (or 0xE42BCD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2B and CD. RGB value is (228,43,205). Sum of RGB (Red+Green+Blue) = 228+43+205=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BCD is #1BD432. Grayscale: #747474. Windows color (decimal): -1823795 or 13446116. OLE color: 13446116.

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

Color convert

RGB 228 43 205 -
CMYK 0 0.81 0.10 0.11
HSL 307.46º 0.77% 0.53% -
HSV(B) 307.46º 0.81% 0.89% -
XYZ 43.88 22.63 59.81 -
YUV 116.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 228 43 205 0 0.81 0.10 0.11 307.46 0.77 0.53
Hex E4 2B CD 0 51 A B 133 4D 35
Octal 344 53 315 0 121 12 13 463 115 65
Binary 11100100 101011 11001101 0 1010001 1010 1011 100110011 1001101 110101

Color Harmonies of #E42BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BCD

Black with #E42BCD

Text Example


Text Example

White with #E42BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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