Html Css Color HEX #EA6ADB Free Speech Magenta

📋 copy color: '#EA6ADB'

red 234 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #EA6ADB

Tints of Free Speech Magenta #EA6ADB

RGB

 RED value IS 234 (91.8% from 255) = 41.86%

 GREEN value IS 106 (41.8% from 255) = 18.96%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 41.86%
G = 18.96%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA6ADB (or 0xEA6ADB) is known color: Free Speech Magenta. HEX triplet: EA, 6A and DB. RGB value is (234,106,219). Sum of RGB (Red+Green+Blue) = 234+106+219=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ADB is #159524. Grayscale: #9C9C9C. Windows color (decimal): -1414437 or 14379754. OLE color: 14379754.

HSL color Cylindrical-coordinate representation of color #EA6ADB: hue angle of 307.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6ADB is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 106 219 -
CMYK 0 0.55 0.06 0.08
HSL 307.03º 0.75% 0.67% -
HSV(B) 307.03º 0.55% 0.92% -
XYZ 51.87 32.91 70.64 -
YUV 157.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 234 106 219 0 0.55 0.06 0.08 307.03 0.75 0.67
Hex EA 6A DB 0 37 6 8 133 4B 43
Octal 352 152 333 0 67 6 10 463 113 103
Binary 11101010 1101010 11011011 0 110111 110 1000 100110011 1001011 1000011

Color Harmonies of #EA6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6ADB

Black with #EA6ADB

Text Example


Text Example

White with #EA6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6ADB; }

 p { color: rgb(234,106,219); }

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

background-color css

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

 a { background-color: rgb(234,106,219); }

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

border-color css

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

 span { border-color: rgb(234,106,219); }

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