Html Css Color HEX #FF4ED4 Razzle Dazzle Rose

📋 copy color: '#FF4ED4'

red 255 ◦ green 78 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FF4ED4

Tints of Razzle Dazzle Rose #FF4ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 46.79%
G = 14.31%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF4ED4 (or 0xFF4ED4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and D4. RGB value is (255,78,212). Sum of RGB (Red+Green+Blue) = 255+78+212=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED4 is #00B12B. Grayscale: #919191. Windows color (decimal): -45356 or 13913855. OLE color: 13913855.

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

Color convert

RGB 255 78 212 -
CMYK 0 0.69 0.17 0
HSL 314.58º 1% 0.65% -
HSV(B) 314.58º 0.69% 1% -
XYZ 55.85 31.46 65.42 -
YUV 146.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 255 78 212 0 0.69 0.17 0 314.58 1 0.65
Hex FF 4E D4 0 45 11 0 13B 64 41
Octal 377 116 324 0 105 21 0 473 144 101
Binary 11111111 1001110 11010100 0 1000101 10001 0 100111011 1100100 1000001

Color Harmonies of #FF4ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4ED4

Black with #FF4ED4

Text Example


Text Example

White with #FF4ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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