Html Css Color HEX #E629BD Razzle Dazzle Rose

📋 copy color: '#E629BD'

red 230 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E629BD

Tints of Razzle Dazzle Rose #E629BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 50%
G = 8.91%
B = 41.09%

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

#E629BD (or 0xE629BD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and BD. RGB value is (230,41,189). Sum of RGB (Red+Green+Blue) = 230+41+189=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E629BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629BD is #19D642. Grayscale: #717171. Windows color (decimal): -1693251 or 12397030. OLE color: 12397030.

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

Color convert

RGB 230 41 189 -
CMYK 0 0.82 0.18 0.10
HSL 313.02º 0.79% 0.53% -
HSV(B) 313.02º 0.82% 0.9% -
XYZ 42.61 22.08 50.16 -
YUV 114.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 230 41 189 0 0.82 0.18 0.10 313.02 0.79 0.53
Hex E6 29 BD 0 52 12 A 139 4F 35
Octal 346 51 275 0 122 22 12 471 117 65
Binary 11100110 101001 10111101 0 1010010 10010 1010 100111001 1001111 110101

Color Harmonies of #E629BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629BD

Black with #E629BD

Text Example


Text Example

White with #E629BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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