Html Css Color HEX #EA65DB Free Speech Magenta

📋 copy color: '#EA65DB'

red 234 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #EA65DB

Tints of Free Speech Magenta #EA65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.23%

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

R = 42.24%
G = 18.23%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA65DB (or 0xEA65DB) is known color: Free Speech Magenta. HEX triplet: EA, 65 and DB. RGB value is (234,101,219). Sum of RGB (Red+Green+Blue) = 234+101+219=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65DB is #159A24. Grayscale: #999999. Windows color (decimal): -1415717 or 14378474. OLE color: 14378474.

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

Color convert

RGB 234 101 219 -
CMYK 0 0.57 0.06 0.08
HSL 306.77º 0.76% 0.66% -
HSV(B) 306.77º 0.57% 0.92% -
XYZ 51.37 31.91 70.47 -
YUV 154.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 234 101 219 0 0.57 0.06 0.08 306.77 0.76 0.66
Hex EA 65 DB 0 39 6 8 133 4C 42
Octal 352 145 333 0 71 6 10 463 114 102
Binary 11101010 1100101 11011011 0 111001 110 1000 100110011 1001100 1000010

Color Harmonies of #EA65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA65DB

Black with #EA65DB

Text Example


Text Example

White with #EA65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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