Html Css Color HEX #FF4ED5 Razzle Dazzle Rose

📋 copy color: '#FF4ED5'

red 255 ◦ green 78 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FF4ED5

Tints of Razzle Dazzle Rose #FF4ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 46.7%
G = 14.29%
B = 39.01%

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

#FF4ED5 (or 0xFF4ED5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and D5. RGB value is (255,78,213). Sum of RGB (Red+Green+Blue) = 255+78+213=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED5 is #00B12A. Grayscale: #919191. Windows color (decimal): -45355 or 13979391. OLE color: 13979391.

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

Color convert

RGB 255 78 213 -
CMYK 0 0.69 0.16 0
HSL 314.24º 1% 0.65% -
HSV(B) 314.24º 0.69% 1% -
XYZ 55.97 31.51 66.08 -
YUV 146.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 255 78 213 0 0.69 0.16 0 314.24 1 0.65
Hex FF 4E D5 0 45 10 0 13A 64 41
Octal 377 116 325 0 105 20 0 472 144 101
Binary 11111111 1001110 11010101 0 1000101 10000 0 100111010 1100100 1000001

Color Harmonies of #FF4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4ED5

Black with #FF4ED5

Text Example


Text Example

White with #FF4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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