Html Css Color HEX #E62FBA Razzle Dazzle Rose

📋 copy color: '#E62FBA'

red 230 ◦ green 47 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E62FBA

Tints of Razzle Dazzle Rose #E62FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.15%

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

R = 49.68%
G = 10.15%
B = 40.17%

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

#E62FBA (or 0xE62FBA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and BA. RGB value is (230,47,186). Sum of RGB (Red+Green+Blue) = 230+47+186=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FBA is #19D045. Grayscale: #757575. Windows color (decimal): -1691718 or 12201958. OLE color: 12201958.

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

Color convert

RGB 230 47 186 -
CMYK 0 0.80 0.19 0.10
HSL 314.43º 0.79% 0.54% -
HSV(B) 314.43º 0.8% 0.9% -
XYZ 42.51 22.4 48.54 -
YUV 117.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 230 47 186 0 0.80 0.19 0.10 314.43 0.79 0.54
Hex E6 2F BA 0 50 13 A 13A 4F 36
Octal 346 57 272 0 120 23 12 472 117 66
Binary 11100110 101111 10111010 0 1010000 10011 1010 100111010 1001111 110110

Color Harmonies of #E62FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FBA

Black with #E62FBA

Text Example


Text Example

White with #E62FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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