Html Css Color HEX #E62DBA Razzle Dazzle Rose

📋 copy color: '#E62DBA'

red 230 ◦ green 45 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E62DBA

Tints of Razzle Dazzle Rose #E62DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.76%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 49.89%
G = 9.76%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E62DBA (or 0xE62DBA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and BA. RGB value is (230,45,186). Sum of RGB (Red+Green+Blue) = 230+45+186=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DBA is #19D245. Grayscale: #747474. Windows color (decimal): -1692230 or 12201446. OLE color: 12201446.

HSL color Cylindrical-coordinate representation of color #E62DBA: hue angle of 314.27º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62DBA is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 45 186 -
CMYK 0 0.80 0.19 0.10
HSL 314.27º 0.79% 0.54% -
HSV(B) 314.27º 0.8% 0.9% -
XYZ 42.43 22.24 48.51 -
YUV 116.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 230 45 186 0 0.80 0.19 0.10 314.27 0.79 0.54
Hex E6 2D BA 0 50 13 A 13A 4F 36
Octal 346 55 272 0 120 23 12 472 117 66
Binary 11100110 101101 10111010 0 1010000 10011 1010 100111010 1001111 110110

Color Harmonies of #E62DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DBA

Black with #E62DBA

Text Example


Text Example

White with #E62DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DBA; }

 p { color: rgb(230,45,186); }

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

background-color css

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

 a { background-color: rgb(230,45,186); }

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

border-color css

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

 span { border-color: rgb(230,45,186); }

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