Html Css Color HEX #FF2EDB Razzle Dazzle Rose

📋 copy color: '#FF2EDB'

red 255 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FF2EDB

Tints of Razzle Dazzle Rose #FF2EDB

RGB

 RED value IS 255 (100% from 255) = 49.04%

 GREEN value IS 46 (18.36% from 255) = 8.85%

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

R = 49.04%
G = 8.85%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF2EDB (or 0xFF2EDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and DB. RGB value is (255,46,219). Sum of RGB (Red+Green+Blue) = 255+46+219=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EDB is #00D124. Grayscale: #7F7F7F. Windows color (decimal): -53541 or 14364415. OLE color: 14364415.

HSL color Cylindrical-coordinate representation of color #FF2EDB: hue angle of 310.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EDB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 46 219 -
CMYK 0 0.82 0.14 0
HSL 310.33º 1% 0.59% -
HSV(B) 310.33º 0.82% 1% -
XYZ 55 28.33 69.59 -
YUV 128.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 255 46 219 0 0.82 0.14 0 310.33 1 0.59
Hex FF 2E DB 0 52 E 0 136 64 3B
Octal 377 56 333 0 122 16 0 466 144 73
Binary 11111111 101110 11011011 0 1010010 1110 0 100110110 1100100 111011

Color Harmonies of #FF2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EDB

Black with #FF2EDB

Text Example


Text Example

White with #FF2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2EDB; }

 p { color: rgb(255,46,219); }

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

background-color css

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

 a { background-color: rgb(255,46,219); }

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

border-color css

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

 span { border-color: rgb(255,46,219); }

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