Html Css Color HEX #E62BDA Razzle Dazzle Rose

📋 copy color: '#E62BDA'

red 230 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E62BDA

Tints of Razzle Dazzle Rose #E62BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.76%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 46.84%
G = 8.76%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E62BDA (or 0xE62BDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and DA. RGB value is (230,43,218). Sum of RGB (Red+Green+Blue) = 230+43+218=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BDA is #19D425. Grayscale: #767676. Windows color (decimal): -1692710 or 14298086. OLE color: 14298086.

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

Color convert

RGB 230 43 218 -
CMYK 0 0.81 0.05 0.10
HSL 303.85º 0.79% 0.54% -
HSV(B) 303.85º 0.81% 0.9% -
XYZ 46.15 23.61 68.45 -
YUV 118.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 230 43 218 0 0.81 0.05 0.10 303.85 0.79 0.54
Hex E6 2B DA 0 51 5 A 130 4F 36
Octal 346 53 332 0 121 5 12 460 117 66
Binary 11100110 101011 11011010 0 1010001 101 1010 100110000 1001111 110110

Color Harmonies of #E62BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BDA

Black with #E62BDA

Text Example


Text Example

White with #E62BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BDA; }

 p { color: rgb(230,43,218); }

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

background-color css

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

 a { background-color: rgb(230,43,218); }

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

border-color css

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

 span { border-color: rgb(230,43,218); }

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