Html Css Color HEX #E42CBB Razzle Dazzle Rose

📋 copy color: '#E42CBB'

red 228 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E42CBB

Tints of Razzle Dazzle Rose #E42CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 49.67%
G = 9.59%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E42CBB (or 0xE42CBB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and BB. RGB value is (228,44,187). Sum of RGB (Red+Green+Blue) = 228+44+187=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CBB is #1BD344. Grayscale: #727272. Windows color (decimal): -1823557 or 12266724. OLE color: 12266724.

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

Color convert

RGB 228 44 187 -
CMYK 0 0.81 0.18 0.11
HSL 313.37º 0.77% 0.53% -
HSV(B) 313.37º 0.81% 0.89% -
XYZ 41.87 21.88 49.03 -
YUV 115.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 228 44 187 0 0.81 0.18 0.11 313.37 0.77 0.53
Hex E4 2C BB 0 51 12 B 139 4D 35
Octal 344 54 273 0 121 22 13 471 115 65
Binary 11100100 101100 10111011 0 1010001 10010 1011 100111001 1001101 110101

Color Harmonies of #E42CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42CBB

Black with #E42CBB

Text Example


Text Example

White with #E42CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42CBB; }

 p { color: rgb(228,44,187); }

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

background-color css

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

 a { background-color: rgb(228,44,187); }

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

border-color css

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

 span { border-color: rgb(228,44,187); }

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