Html Css Color HEX #EF5CDA Free Speech Magenta

📋 copy color: '#EF5CDA'

red 239 ◦ green 92 ◦ blue 218

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

Shades of Free Speech Magenta #EF5CDA

Tints of Free Speech Magenta #EF5CDA

RGB

 RED value IS 239 (93.75% from 255) = 43.53%

 GREEN value IS 92 (36.33% from 255) = 16.76%

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 43.53%
G = 16.76%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF5CDA (or 0xEF5CDA) is known color: Free Speech Magenta. HEX triplet: EF, 5C and DA. RGB value is (239,92,218). Sum of RGB (Red+Green+Blue) = 239+92+218=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CDA is #10A325. Grayscale: #959595. Windows color (decimal): -1090342 or 14310639. OLE color: 14310639.

HSL color Cylindrical-coordinate representation of color #EF5CDA: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CDA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 92 218 -
CMYK 0 0.62 0.09 0.06
HSL 308.57º 0.82% 0.65% -
HSV(B) 308.57º 0.62% 0.94% -
XYZ 52.08 31.07 69.58 -
YUV 150.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 239 92 218 0 0.62 0.09 0.06 308.57 0.82 0.65
Hex EF 5C DA 0 3E 9 6 135 52 41
Octal 357 134 332 0 76 11 6 465 122 101
Binary 11101111 1011100 11011010 0 111110 1001 110 100110101 1010010 1000001

Color Harmonies of #EF5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CDA

Black with #EF5CDA

Text Example


Text Example

White with #EF5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CDA; }

 p { color: rgb(239,92,218); }

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

background-color css

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

 a { background-color: rgb(239,92,218); }

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

border-color css

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

 span { border-color: rgb(239,92,218); }

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