Html Css Color HEX #E62FBF Razzle Dazzle Rose

📋 copy color: '#E62FBF'

red 230 ◦ green 47 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E62FBF

Tints of Razzle Dazzle Rose #E62FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 49.15%
G = 10.04%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E62FBF (or 0xE62FBF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and BF. RGB value is (230,47,191). Sum of RGB (Red+Green+Blue) = 230+47+191=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FBF is #19D040. Grayscale: #757575. Windows color (decimal): -1691713 or 12529638. OLE color: 12529638.

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

Color convert

RGB 230 47 191 -
CMYK 0 0.80 0.17 0.10
HSL 312.79º 0.79% 0.54% -
HSV(B) 312.79º 0.8% 0.9% -
XYZ 43.05 22.62 51.39 -
YUV 118.13 169.13 207.79 -
System Red Green Blue C M Y K H S L
Decimal 230 47 191 0 0.80 0.17 0.10 312.79 0.79 0.54
Hex E6 2F BF 0 50 11 A 139 4F 36
Octal 346 57 277 0 120 21 12 471 117 66
Binary 11100110 101111 10111111 0 1010000 10001 1010 100111001 1001111 110110

Color Harmonies of #E62FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FBF

Black with #E62FBF

Text Example


Text Example

White with #E62FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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