Html Css Color HEX #E62ADB Razzle Dazzle Rose

📋 copy color: '#E62ADB'

red 230 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E62ADB

Tints of Razzle Dazzle Rose #E62ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.55%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 46.84%
G = 8.55%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E62ADB (or 0xE62ADB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and DB. RGB value is (230,42,219). Sum of RGB (Red+Green+Blue) = 230+42+219=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ADB is #19D524. Grayscale: #757575. Windows color (decimal): -1692965 or 14363366. OLE color: 14363366.

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

Color convert

RGB 230 42 219 -
CMYK 0 0.82 0.05 0.10
HSL 303.51º 0.79% 0.53% -
HSV(B) 303.51º 0.82% 0.9% -
XYZ 46.25 23.59 69.13 -
YUV 118.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 230 42 219 0 0.82 0.05 0.10 303.51 0.79 0.53
Hex E6 2A DB 0 52 5 A 130 4F 35
Octal 346 52 333 0 122 5 12 460 117 65
Binary 11100110 101010 11011011 0 1010010 101 1010 100110000 1001111 110101

Color Harmonies of #E62ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62ADB

Black with #E62ADB

Text Example


Text Example

White with #E62ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62ADB; }

 p { color: rgb(230,42,219); }

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

background-color css

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

 a { background-color: rgb(230,42,219); }

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

border-color css

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

 span { border-color: rgb(230,42,219); }

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