Html Css Color HEX #FF4ED6 Razzle Dazzle Rose

📋 copy color: '#FF4ED6'

red 255 ◦ green 78 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FF4ED6

Tints of Razzle Dazzle Rose #FF4ED6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.26%

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 46.62%
G = 14.26%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF4ED6 (or 0xFF4ED6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and D6. RGB value is (255,78,214). Sum of RGB (Red+Green+Blue) = 255+78+214=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED6 is #00B129. Grayscale: #929292. Windows color (decimal): -45354 or 14044927. OLE color: 14044927.

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

Color convert

RGB 255 78 214 -
CMYK 0 0.69 0.16 0
HSL 313.9º 1% 0.65% -
HSV(B) 313.9º 0.69% 1% -
XYZ 56.1 31.56 66.75 -
YUV 146.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 255 78 214 0 0.69 0.16 0 313.9 1 0.65
Hex FF 4E D6 0 45 10 0 13A 64 41
Octal 377 116 326 0 105 20 0 472 144 101
Binary 11111111 1001110 11010110 0 1000101 10000 0 100111010 1100100 1000001

Color Harmonies of #FF4ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4ED6

Black with #FF4ED6

Text Example


Text Example

White with #FF4ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4ED6; }

 p { color: rgb(255,78,214); }

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

background-color css

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

 a { background-color: rgb(255,78,214); }

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

border-color css

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

 span { border-color: rgb(255,78,214); }

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