Html Css Color HEX #E33CDB Free Speech Magenta

📋 copy color: '#E33CDB'

red 227 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Magenta #E33CDB

Tints of Free Speech Magenta #E33CDB

RGB

 RED value IS 227 (89.06% from 255) = 44.86%

 GREEN value IS 60 (23.83% from 255) = 11.86%

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

R = 44.86%
G = 11.86%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E33CDB (or 0xE33CDB) is known color: Free Speech Magenta. HEX triplet: E3, 3C and DB. RGB value is (227,60,219). Sum of RGB (Red+Green+Blue) = 227+60+219=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CDB is #1CC324. Grayscale: #7F7F7F. Windows color (decimal): -1884965 or 14367971. OLE color: 14367971.

HSL color Cylindrical-coordinate representation of color #E33CDB: hue angle of 302.87º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33CDB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 60 219 -
CMYK 0 0.74 0.04 0.11
HSL 302.87º 0.75% 0.56% -
HSV(B) 302.87º 0.74% 0.89% -
XYZ 46.08 24.68 69.35 -
YUV 128.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 227 60 219 0 0.74 0.04 0.11 302.87 0.75 0.56
Hex E3 3C DB 0 4A 4 B 12F 4B 38
Octal 343 74 333 0 112 4 13 457 113 70
Binary 11100011 111100 11011011 0 1001010 100 1011 100101111 1001011 111000

Color Harmonies of #E33CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33CDB

Black with #E33CDB

Text Example


Text Example

White with #E33CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33CDB; }

 p { color: rgb(227,60,219); }

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

background-color css

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

 a { background-color: rgb(227,60,219); }

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

border-color css

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

 span { border-color: rgb(227,60,219); }

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