Html Css Color HEX #EA4DDB Free Speech Magenta

📋 copy color: '#EA4DDB'

red 234 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #EA4DDB

Tints of Free Speech Magenta #EA4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.53%

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

R = 44.15%
G = 14.53%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA4DDB (or 0xEA4DDB) is known color: Free Speech Magenta. HEX triplet: EA, 4D and DB. RGB value is (234,77,219). Sum of RGB (Red+Green+Blue) = 234+77+219=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DDB is #15B224. Grayscale: #8B8B8B. Windows color (decimal): -1421861 or 14372330. OLE color: 14372330.

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

Color convert

RGB 234 77 219 -
CMYK 0 0.67 0.06 0.08
HSL 305.73º 0.79% 0.61% -
HSV(B) 305.73º 0.67% 0.92% -
XYZ 49.37 27.91 69.8 -
YUV 140.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 234 77 219 0 0.67 0.06 0.08 305.73 0.79 0.61
Hex EA 4D DB 0 43 6 8 132 4F 3D
Octal 352 115 333 0 103 6 10 462 117 75
Binary 11101010 1001101 11011011 0 1000011 110 1000 100110010 1001111 111101

Color Harmonies of #EA4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DDB

Black with #EA4DDB

Text Example


Text Example

White with #EA4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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