Html Css Color HEX #FF4ED1 Razzle Dazzle Rose

📋 copy color: '#FF4ED1'

red 255 ◦ green 78 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FF4ED1

Tints of Razzle Dazzle Rose #FF4ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 47.05%
G = 14.39%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF4ED1 (or 0xFF4ED1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and D1. RGB value is (255,78,209). Sum of RGB (Red+Green+Blue) = 255+78+209=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED1 is #00B12E. Grayscale: #919191. Windows color (decimal): -45359 or 13717247. OLE color: 13717247.

HSL color Cylindrical-coordinate representation of color #FF4ED1: hue angle of 315.59º 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 #FF4ED1 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 78 209 -
CMYK 0 0.69 0.18 0
HSL 315.59º 1% 0.65% -
HSV(B) 315.59º 0.69% 1% -
XYZ 55.47 31.31 63.44 -
YUV 145.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 255 78 209 0 0.69 0.18 0 315.59 1 0.65
Hex FF 4E D1 0 45 12 0 13C 64 41
Octal 377 116 321 0 105 22 0 474 144 101
Binary 11111111 1001110 11010001 0 1000101 10010 0 100111100 1100100 1000001

Color Harmonies of #FF4ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4ED1

Black with #FF4ED1

Text Example


Text Example

White with #FF4ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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