Html Css Color HEX #E629D0 Razzle Dazzle Rose

📋 copy color: '#E629D0'

red 230 ◦ green 41 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E629D0

Tints of Razzle Dazzle Rose #E629D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 48.02%
G = 8.56%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E629D0 (or 0xE629D0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and D0. RGB value is (230,41,208). Sum of RGB (Red+Green+Blue) = 230+41+208=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E629D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629D0 is #19D62F. Grayscale: #747474. Windows color (decimal): -1693232 or 13642214. OLE color: 13642214.

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

Color convert

RGB 230 41 208 -
CMYK 0 0.82 0.10 0.10
HSL 306.98º 0.79% 0.53% -
HSV(B) 306.98º 0.82% 0.9% -
XYZ 44.81 22.96 61.74 -
YUV 116.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 230 41 208 0 0.82 0.10 0.10 306.98 0.79 0.53
Hex E6 29 D0 0 52 A A 133 4F 35
Octal 346 51 320 0 122 12 12 463 117 65
Binary 11100110 101001 11010000 0 1010010 1010 1010 100110011 1001111 110101

Color Harmonies of #E629D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629D0

Black with #E629D0

Text Example


Text Example

White with #E629D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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