Html Css Color HEX #ED3CEE Free Speech Magenta

📋 copy color: '#ED3CEE'

red 237 ◦ green 60 ◦ blue 238

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

Shades of Free Speech Magenta #ED3CEE

Tints of Free Speech Magenta #ED3CEE

RGB

 RED value IS 237 (92.97% from 255) = 44.3%

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 44.3%
G = 11.21%
B = 44.49%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED3CEE (or 0xED3CEE) is known color: Free Speech Magenta. HEX triplet: ED, 3C and EE. RGB value is (237,60,238). Sum of RGB (Red+Green+Blue) = 237+60+238=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED3CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CEE is #12C311. Grayscale: #848484. Windows color (decimal): -1229586 or 15613165. OLE color: 15613165.

HSL color Cylindrical-coordinate representation of color #ED3CEE: hue angle of 299.66º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CEE is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 60 238 -
CMYK 0.00 0.75 0 0.07
HSL 299.66º 0.84% 0.58% -
HSV(B) 299.66º 0.75% 0.93% -
XYZ 51.97 27.41 83.44 -
YUV 133.22 187.14 202.03 -
System Red Green Blue C M Y K H S L
Decimal 237 60 238 0.00 0.75 0 0.07 299.66 0.84 0.58
Hex ED 3C EE 0 4B 0 7 12C 54 3A
Octal 355 74 356 0 113 0 7 454 124 72
Binary 11101101 111100 11101110 0 1001011 0 111 100101100 1010100 111010

Color Harmonies of #ED3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CEE

Black with #ED3CEE

Text Example


Text Example

White with #ED3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CEE; }

 p { color: rgb(237,60,238); }

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

background-color css

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

 a { background-color: rgb(237,60,238); }

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

border-color css

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

 span { border-color: rgb(237,60,238); }

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