Html Css Color HEX #E629BC Razzle Dazzle Rose

📋 copy color: '#E629BC'

red 230 ◦ green 41 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E629BC

Tints of Razzle Dazzle Rose #E629BC

RGB

 RED value IS 230 (90.23% from 255) = 50.11%

 GREEN value IS 41 (16.41% from 255) = 8.93%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 50.11%
G = 8.93%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E629BC (or 0xE629BC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and BC. RGB value is (230,41,188). Sum of RGB (Red+Green+Blue) = 230+41+188=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E629BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629BC is #19D643. Grayscale: #717171. Windows color (decimal): -1693252 or 12331494. OLE color: 12331494.

HSL color Cylindrical-coordinate representation of color #E629BC: hue angle of 313.33º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629BC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 188 -
CMYK 0 0.82 0.18 0.10
HSL 313.33º 0.79% 0.53% -
HSV(B) 313.33º 0.82% 0.9% -
XYZ 42.5 22.04 49.59 -
YUV 114.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 230 41 188 0 0.82 0.18 0.10 313.33 0.79 0.53
Hex E6 29 BC 0 52 12 A 139 4F 35
Octal 346 51 274 0 122 22 12 471 117 65
Binary 11100110 101001 10111100 0 1010010 10010 1010 100111001 1001111 110101

Color Harmonies of #E629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629BC

Black with #E629BC

Text Example


Text Example

White with #E629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629BC; }

 p { color: rgb(230,41,188); }

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

background-color css

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

 a { background-color: rgb(230,41,188); }

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

border-color css

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

 span { border-color: rgb(230,41,188); }

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